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?

link|improve this question
1  
did you see this link ? blog.dispatched.ch/2009/05/24/vim-as-python-ide – Efazati Aug 21 '11 at 11:47
1  
Is the file detected as a python file? Open it up and run :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
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.