-
-
Notifications
You must be signed in to change notification settings - Fork 628
fix(picker): exclude full_name window id from the choice #3165
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(picker): exclude full_name window id from the choice #3165
Conversation
Problem: `full_name` window from is considered as usable by picker Solution: exclude its ID (also true for nil values)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try with the only (except NvimTree) window. I can reproduce it with the below init file.
I can replicate, thank you.
Under the default configuration buftype = { "nofile"
excludes the full-name window.
There are use cases for removing "nofile"
, however no use cases for opening in the full-name window.
This change works beautifully, many thanks for your contribution!
The CI failure is also on master. I'll fix it there, rebase this branch, then merge. |
Problem:
full_name
window from is considered as usable by pickerSolution: exclude its ID (also true for nil values)