I am trying to incorporate autocomplete feature in Vim. I have used the omnicompletion of vim as well as Pydiction. But in both the cases this message pops up:
Omni completion (^O^N^P) Pattern not found
I have tried Vim's Omnicompletion with Python just doesn't work . But this is not helping. Any workaround?
:echo &ft. If this doesn't return "python" then try adding 'filetype plugin on' to your vimrc and try all this again. – Randy Morris Aug 21 '11 at 12:22