Hi Bram, 2015-12-3(Thu) 22:56:17 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram and Vimmer, > > > > I am trying to add new feature to Vim. > > It's CLPUM(Command-line mode PopUp Menu) > > > > Implementation is complete. Now, I am debugging. > > > > Please check following site. > > http://h-east.github.io/vim/ > > > > Is this interesting? > > I want to be included this to (next version of) Vim. > > We currently have the 'wildmenu' behavior. That works OK for a short > list of matches, when they are not too long. For long file names you > only see one at a time, which is not useful. > > Using a menu can make this better. In your screenshots it seems it only > works with 'cmdheight' set to 2, since it uses one line to show the > mode. Or will it fall back to not showing the mode when 'cmdheight' is > one? Yes. When 'cmdheight' is one, do not show the completion mode. Is it better to show?
> > I don't think the completion itself should be different from 'wildmenu', > only the way the results are displayed. Of course. Content of completion is the same as 'wildmenu'. -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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]. For more options, visit https://groups.google.com/d/optout.
