ervandew / eclim

Expose eclipse features inside of vim.
http://eclim.org
GNU General Public License v3.0
1.04k stars 127 forks source link

Missing Eclim vim commands #433

Open si-mikey opened 9 years ago

si-mikey commented 9 years ago

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:

  1. http://eclim.org/vim/java/search.html#javasearch ( no command :JavaSearch or :Java)
  2. http://eclim.org/vim/java/classpath.html ( no command :NewSrcEntry etc.. )
ervandew commented 9 years ago

Those are all file type specific commands.

PaulBGD commented 8 years ago

I cannot use :NewSrcEntry either. Inside of .classpath doing echo &ft returns XML.