On Tue, August 30, 2011 11:17 am, Rice wrote: > I sorry that I repost this subject, which is post in 2006, > http://vim.1045645.n5.nabble.com/Making-Omni-Complete-suggest-but-not-complete-td1151144.html, > But it seems that this problem hasn't been solved and I also come > across it, I hope someone can help me. > > Is there any way to make omni complete popup a list of suggestions but > not immediately add one of them to the buffer? I find omni complete > very useful but it's incredibly annoying that it auto-chooses one of > the entries. I'd prefer it popup the list of suggestions but not > modify the buffer.
Just an idea, wouldn't something like this work: inoremap <C-X><C-O> <C-X><C-O><C-P> regards, Christian -- 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
