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(buffers): bad sort_lastused result selection #3289

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. fix(buffers): bad sort_lastused result selection

    Bad condition led to the selection being stuck at idx = 2 until only one
    result is left, despite idx = 1 result being a better match.
    
    Neither `sort_lastused` or `ignore_current_buffer` should affect the
    position of the selection.
    Former is used simply to sort the buffer list. The latter is used to
    filter out the current buffer.
    jamestrew committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    24dc31e View commit details
    Browse the repository at this point in the history