<David.Fishburn <at> sybase.com> writes:
> In the meantime, for what you are attempting to do the syntaxcomplete plugin
should fit your needs. 
> Just :source $VIMRUNTIME/autoload/syntaxcomplete.vim. 
> 
> Please pass any feedback you have along.

I just got around to trying that, but it specifically tests to make sure that
omnifunc hasn't already been set so that didn't work.  Instead, I just
explicitly setlocal omnifunc=syntaxcomplete#Complete and syntaxcomplete.vim was
autoloaded properly and everything was fine (mostly :)

The only thing I would like is if possible, could the syntaxcomplete function
detect the case of the string it is completing and use a complimentary case?  I
know it might be a can of worms, but if I complete "EXTRACT_" and it completes
as "extract_value" it feels a bit odd.

Otherwise, it is working quite well, thanks for some fantastic work there. :)

Reply via email to