Skip to content

Commit

Permalink
fix(latclient): Changes string delimiters to multiline strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed Nov 12, 2015
1 parent 4beea1e commit 5fe9182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latclient/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function M.js_string_escape(s)
end


return '`' .. s:gsub('[\\"/%z\1-\031\128-\255]', matches) .. ''
return '`' .. s:gsub('[\\"/%z\1-\031\128-\255]', matches) .. '`'

end

Expand Down

0 comments on commit 5fe9182

Please sign in to comment.