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)
alex-courtis
left a comment
There was a problem hiding this comment.
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. |
|
Ah, I missed the CI failure. Thank you for the fix and merge. I've been AFK for the past few days. |
No worries. I've invited you as a member of this repo for easier future PRs; you can push branches here. |
|
Nice to see, although I have too little attention and time for active contribution so I expect to continue occasional contribution as before. |


Problem:
full_namewindow from is considered as usable by pickerSolution: exclude its ID (also true for nil values)