fix: current_buffer_fuzzy_find in vue files (#1561)
This commit is contained in:
@@ -524,7 +524,7 @@ files.current_buffer_fuzzy_find = function(opts)
|
|||||||
while row < row2 + 1 do
|
while row < row2 + 1 do
|
||||||
row = row + 1
|
row = row + 1
|
||||||
|
|
||||||
for index = 0, #lines[row] do
|
for index = 0, #(lines[row] or {}) do
|
||||||
line_highlights[row][index] = hl
|
line_highlights[row][index] = hl
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user