Skip to content

Fix for out of order buffers when re-opening#165

Open
lexman098 wants to merge 2 commits into
fholgado:masterfrom
lexman098:master
Open

Fix for out of order buffers when re-opening#165
lexman098 wants to merge 2 commits into
fholgado:masterfrom
lexman098:master

Conversation

@lexman098

@lexman098 lexman098 commented May 17, 2025

Copy link
Copy Markdown

Previously, if I close (:q) a buffer and then re-open the same file later (:e) after opening other files, vim would remember the buffer number but minibufexp would still put the buffer on the end creating unexpected jumps when using :bn or :bp etc. Numbering was also out of order of course. This seems to fix it.

@lexman098

lexman098 commented Jun 19, 2025

Copy link
Copy Markdown
Author

Actually I think this is a duplicate of #127

Should have looked at other PRs first

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant