Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(current_buffer_fuzzy_find): push cursor on edit #3219

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

jamestrew
Copy link
Contributor

Setting push_cursor_on_edit = true wasn't actually doing anything as the picker replaces select_default.

Instead, call normal! m' manually in the replacement select_default.

Setting `push_cursor_on_edit = true` wasn't actually doing anything as
the picker replaces `select_default`.

Instead, call `normal! m'` manually in the replacement `select_default`.
@jamestrew jamestrew added the backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat) label Jul 24, 2024
@jamestrew jamestrew merged commit bc4e7e4 into nvim-telescope:master Jul 24, 2024
12 checks passed
@jamestrew jamestrew deleted the buf-fzy-push-cursor branch July 24, 2024 03:22
@LEXUGE
Copy link

LEXUGE commented Jul 24, 2024

Can confirm it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants