We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca930 commit b38da4aCopy full SHA for b38da4a
lua/luasnip/util/util.lua
@@ -246,7 +246,7 @@ local function to_line_table(table_or_string)
246
-- split entries at \n.
247
local line_table = {}
248
for _, str in ipairs(tbl) do
249
- local split = vim.split(str, "\n", {plain=true})
+ local split = vim.split(str, "\n", { plain = true })
250
for i = 1, #split do
251
line_table[#line_table + 1] = split[i]
252
end
0 commit comments