Hi, On Tue, Feb 8, 2022 at 8:02 AM Dominique Pellé <[email protected]> wrote:
> Using vim-8.2.4327, I get the pum completion on Ex line to work with: > > vim --clean -c 'set wildoptions=pum' > > It's very nice BTW. However, it does not work with: > > vim --clean -c 'set wildoptions=pum wildmode=longest,list' > > Any reason for pum completion to not work in that case? > > > Yes. Using the 'list' value in 'wildmode' should list all the matches but not use the wildmenu. As the help for 'wildmode' describes, if you use "longest,full" or "longest:full", then it should open the wild menu. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7kwST_9erjzd3TfRri8LNyfyjAzSSRGSkVQHuw9W%2B8pUA%40mail.gmail.com.
