Wednesday, March 31, 2010

Re: limiting omnicompletion

On Wed, 31 Mar 2010 11:17:31 -0700
Gary Johnson <garyjohn@spocom.com> wrote:
> :help 'complete'
>
> perhaps?

:D perhaps. Turns out you can turn omnicompletion/ctags right off and
use your own dictionary:

set complete=k
set dictionary=/path/yourtagsdictionary

This way it doesn't even need to be a ctags formatted file. I got
turned onto the completion functions with omincomplete, I didn't
realize there were other options. The options are under:

:help ins-completion

But the bit about how to set which option is indeed under "help
complete". Thanks!

--
MK <halfcountplus@intergate.com>

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

To unsubscribe, reply using "remove me" as the subject.

No comments: