diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/files.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/files.lua b/lua/telescope/builtin/files.lua index 17a00a5..99518ef 100644 --- a/lua/telescope/builtin/files.lua +++ b/lua/telescope/builtin/files.lua @@ -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 |
