Problem: With 'wildmode' set to list:full the matches are listed but the
wildmenu is not shown, although it is "full" that starts
wildmenu mode (zeertzjq).
Solution: Show the menu, and list the matches only where there is no
menu: both are drawn in the place just above the command line,
so only one of them can be seen.
fixes: #21196
https://github.com/vim/vim/pull/21205
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
both are drawn in the place just above the command line, so only one of them can be seen.
I tested the behavior of Vim 9.1.0000 with :set nocompatible wildmenu wildmode=list:full. In that version both the wildmenu and the list of matches can be seen on the first <Tab>.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
When 'wildoptions' includes "pum", the pop-up menu and the list end up overlapping. I don't think this makes much sense -- what do you think?
list:full has existed in the docs long before the introduction of wildoptions=pum. Even if it doesn't make sense with wildoptions=pum, there is still the other case :)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Updated.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()