vim --clean:set completeopt=menuone,noinsert,fuzzya and <C-n>. Three candidates appear and the second ("aaa") is selected. While I'd expect the first one being selected.Each of the following changes make it work as expected (order of :
:set completeopt=menuone,noinsert - first item selected.:set completeopt=menuone,noinsert,fuzzy,nosort - first item selected.:set completeopt=menuone,noselect,fuzzy - no item is selected.The likely source of this is #18497 (@girishji). I've bisected it in Neovim codebase.
Presence of fuzzy flag in 'completeopt' does not affect how 'noinsert' flag works.
9.1.1908
OS: EndeavourOS Linux x86_64, 6.17.8-arch1-1
Terminal: Ghostty 1.2.3-arch2
Value of $TERM: xterm-ghostty
Shell: nushell 0.108.0
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Linking to #18800 (comment).
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #18802 as completed via 057ea12.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()