Files
neovim/test/functional
Barrett Ruth fc3f71fb7d fix(messages): inputlist() offers the mouse when it cannot be used (#41280)
Problem:
`inputlist()` advertises "click with the mouse" purely because it
implements click selection, so under the default `'mouse'` of "nvi" it
offers a click that command-line mode never receives.

Solution:
Only offer the mouse when `'mouse'` covers command-line mode, the same
condition `:help inputlist()` already documents.
2026-08-14 07:38:39 +08:00
..
2026-08-07 19:54:29 -04:00
2026-07-27 11:12:47 -04:00
2026-08-07 19:54:29 -04:00