On Friday, April 29, 2016 at 4:10:55 PM UTC-7, ZyX wrote: > 2016-04-30 1:42 GMT+03:00 Sonny Chee <[email protected]>: > > Hey Guys, > > > > I recently had my home folder and vim nuked and am attempting to regain a > > capability that I once had - the display of "command completion suggestions > > on the status line", specifically. > > > > I used to be able to type the word, say: > > > > Plugin<tab> > > > > Once I hit the tab, I would see the following on the status line: > > > > Plugin PluginClean PluginDocs PluginInstall ...etc > > > > Then hitting the tab repeatedly, I could move the highlight to a choice. > > > > I've tried searching, but my google-fu doesn't appear up to the challenge. > > If anyone could suggest a script or plugin, that would be greatly > > appreciated. > > See &wild* settings family: :h 'wildchar' and below. > > > > > -- > > -- > > You received this message from the "vim_use" 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_use" 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.
Thanks ZyX. For those who are interested, the following setting in .vimrc specifically gave me the feature I was looking for. set wildmenu -- -- You received this message from the "vim_use" 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_use" 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.
