eclim
eclim copied to clipboard
Missing Eclim vim commands
I've got eclimd running and things seem to be working but I noticed I am missing many of the eclim vim commands such as:
- http://eclim.org/vim/java/search.html#javasearch ( no command :JavaSearch or :Java)
- http://eclim.org/vim/java/classpath.html ( no command :NewSrcEntry etc.. )
Those are all file type specific commands.
- have you checked that you have filetype support enabled?
:EclimValidate
- are you editing a java file (
:echo &ft
) when attempting to run those java commands? - are you editing a .classpath file (
:echo &ft
) when attempting to add new source entries?
I cannot use :NewSrcEntry either. Inside of .classpath doing echo &ft
returns XML.