-
-
Notifications
You must be signed in to change notification settings - Fork 836
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 problem with firstname options and buffer view #3176
base: master
Are you sure you want to change the base?
Conversation
Hmm.. I think this is an issue that plagues various other places involving plenary's |
@jamestrew why the problem is plenary? the problem seems to be vim.fn.getbufinfo(bufnr)[1], that return the "wrong" result |
This resolves the issue on my machine with Windows 11, together with |
This messes up unix paths.
I say this because we use plenary for all the cross-platform path stuff and the path from I'll try to work on this week. |
Fix issue: #3157 (comment)