We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218fc85 commit ec347b2Copy full SHA for ec347b2
1 file changed
lua/scnvim/sclang.lua
@@ -28,7 +28,7 @@ local on_stdout = function()
28
local got_line = vim.endswith(str, '\n')
29
if got_line then
30
local lines = vim.split(str, '\n')
31
- if #lines > 0 and lines[#lines] == "" then
+ if #lines > 0 and lines[#lines] == '' then
32
table.remove(lines)
33
end
34
for _, line in pairs(lines) do
0 commit comments