I'm starting to use vim in working with java and I want auto complete function eclim does. But while using Ctrl+X then Ctrl + U a message on status bar appear that
Option 'completefunc' not set
What are the steps in to solve this problem?
I'm starting to use vim in working with java and I want auto complete function eclim does. But while using Ctrl+X then Ctrl + U a message on status bar appear that
Option 'completefunc' not set
What are the steps in to solve this problem?
As mentioned in Eclim's FAQ: http://eclim.org/faq.html#i-m-editing-a-java-python-php-etc-file-and-code-completion-doesn-t-work
From my personal experience, this error happens when you are trying to edit a file that is not a known part of any known project, or filetype of which isn't known.