tags:

views:

228

answers:

1

I am using VIM to code PHP. I also have indexed my project folder with ctags. It works pretty well with omnicompletion, so when I type for example $someObject-><C-X><C-O> it shows all methods of the object.

I am working with the SuperTab plugin too though, and when this plugin is active, I cannot hit anymore. Nothing happens, only below in the status bar INSERT becomes (insert).

Does anyone have an idea why doesn't work with SuperTab?

A: 

Ok, an update to the newest version of SuperTab (0.51) helped solve the problem

Schtibe