On Tuesday, March 5, 2013 9:07:15 AM UTC-6, Martin Lundberg wrote:
> Hi,
> 
> I want to create something like what FuzzyFinder has where I create a 
> one-line buffer at top and show the vim popupmenu-completion and as I type 
> the popupmenu is filtered. The problem I've got is that vim selects the first 
> match and changes the word before the cursor.
> 
> I've set 'completeopt' to only 'menuone' but I can't find a way to stop vim 
> from changing the word before the cursor as I type and run <C-x><C-u>.
> 
> -Martin

Try setting completeopt=longest,menuone

-- 
-- 
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/groups/opt_out.


Reply via email to