fix: current_buffer_fuzzy_find in vue files (#1561)

This commit is contained in:
h0adp0re
2021-12-06 16:17:58 +02:00
committed by GitHub
parent 182c43b9d1
commit 82e3cc322a

View File

@@ -524,7 +524,7 @@ files.current_buffer_fuzzy_find = function(opts)
while row < row2 + 1 do
row = row + 1
for index = 0, #lines[row] do
for index = 0, #(lines[row] or {}) do
line_highlights[row][index] = hl
end
end