On 2015-12-02, h_east wrote: > Hi, > > 2015-12-3(Thu) 7:09:43 UTC+9 Random832: > > On 2015-12-02, h_east wrote: > > > I am trying to add new feature to Vim. > > > It's CLPUM(Command-line mode PopUp Menu) > > > > Would this replace 'wildmenu'? Would it work with it, if someone > > still prefers the single-line display? > > Yes and No. > It can be switched by the 'clpum' option. > > - When 'clpum' option is on. > - <TAB> key's behavior: > When not started CLPUM, conform to 'wildmenu' and 'wildmode'. > When started CLPUM, Use the next match. This match replaces the previous > one. > > - <C-D> key's behavior: > CLPUM is triggered. > > - When 'clpum' option is off, Vim keeps the backward compatibility. > - <TAB> key's behavior: > Conform to 'wildmenu' and 'wildmode'. > > - <C-D> key's behavior: > List names that match the pattern in front of the cursor.
With wildmode=longest,list, typing <TAB> gives me the same results as typing <C-D>. Therefore I don't need <C-D> in command-line mode and have mapped it to <Del> so that command-line editing is more EMACS-like. Will the behavior be similar with 'clpum' enabled? That is, to use CLPUM do I need to be able to use <C-D> or can I just use <TAB> with the same effect? Regards, Gary -- -- 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.
