On Thursday, August 9, 2012 4:19:22 AM UTC-5, sinbad wrote: > On Wednesday, August 8, 2012 12:10:52 PM UTC+5:30, sinbad wrote: > > i use c-n c-p for auto completion. > > is there a way to use regular expressions > > while doing this, probably . for single char > > and * for wild card will be helpful. > > anyone has used like this. > > > > tia > > anyone some pointers.
There is no built-in way and I do not know of an existing plugin, but you can try googling for one. Failing that, see: :help 'completefunc' :help 'omnifunc' and related help links, to make your own completion plugin. -- 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
