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

[mini.pick] Regression: file picker not reusing initial buffer #1596

Open
3 tasks done
kosayoda opened this issue Feb 21, 2025 · 1 comment
Open
3 tasks done

[mini.pick] Regression: file picker not reusing initial buffer #1596

kosayoda opened this issue Feb 21, 2025 · 1 comment

Comments

@kosayoda
Copy link

Contributing guidelines

Module(s)

mini.pick

Neovim version

0.11 (!at least latest Nightly build!)

Description

  1. Run nvim.
  2. Pick a file with :Pick files.
  3. Run :buffers.

Expected:

:buffers
  1 %a   "init.lua"                     line 1

Actual:

:buffers
  1 #h   "[No Name]"                    line 1
  4 %a   "init.lua"                     line 1

Seems to be brought about by d1f7e95.

Reproduction

Default mini installlation, with default mini.pick setup.

@echasnovski
Copy link
Owner

Thanks for the issue!

This was already mentioned in #1581, but it deserves a separate issue. As it is most probably an unintentional side effect of d1f7e95, if affects more than just 'mini.pick'. I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants