Skip to content

Commit

Permalink
fix: current_buffer_fuzzy_find push cursor (#2393)
Browse files Browse the repository at this point in the history
close #2332
  • Loading branch information
Conni2461 authored Feb 19, 2023
1 parent f409830 commit 443e5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/builtin/__files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ files.current_buffer_fuzzy_find = function(opts)

return true
end,
push_cursor_on_edit = true,
})
:find()
end
Expand Down

0 comments on commit 443e5a6

Please sign in to comment.