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(builtin.live_grep, builtin.treesitter): not adding jumps to jumplist #3175

Merged
merged 2 commits into from
Jun 25, 2024

Commits on Jun 17, 2024

  1. fix(builtin.live_grep, builtin.treesitter): not adding jumps to jumplist

    Whenever a picker, that can jump to a different location in the same buffer does so it should have `push_cursor_on_edit` otherwise the jump won't be recorded.
    
    Maybe this affects other pickers too, but I only noticed it on grep and treesitter since I use those two a lot.
    xz47sv authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    442c937 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    9d52cce View commit details
    Browse the repository at this point in the history