On Fri, 16 Jun 2006 at 11:46am, Jared Parsons wrote:

> 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. 
>

You can workaround this by always returning the original text also as
the first match. If you are writing a plugin, then it is easy for you to
do this, but if you are using an existing plugin, you might have to wrap
the original function and add the original text before returning it. The
omni completion plugins should probably make this a standard setting.

-- 
HTH,
Hari

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to