Jason Mills wrote:
Hi Vimmers,

I have searched the Internet and vim.org for an omni complete function/script for java (i.e. javacomplete.vim), but have had no luck. Does anyone know if such a script/function exists?

Jason


If you don't see anything else, you may try

        :setlocal omnifunc=syntaxcomplete#Complete

This uses a general-purpose omni-complete function based on your syntax 
settings.

See ":help ft-syntax-omni"


Best regards,
Tony.

Reply via email to