mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-05 20:10:17 +00:00
fix: current_buffer_fuzzy_find push cursor (#2393)
close #2332
(cherry picked from commit 443e5a6802)
This commit is contained in:
@@ -500,6 +500,7 @@ files.current_buffer_fuzzy_find = function(opts)
|
||||
|
||||
return true
|
||||
end,
|
||||
push_cursor_on_edit = true,
|
||||
})
|
||||
:find()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user