Getting Omni Complete To Work On Vim 7.2 On Windows
I am trying to use the Omni complete feature with gVim 7.2 but on windows I keep getting an error that says Error: require vim compiled with +python E117: unknown function: python
Solution 1:
The Cygwin Python won't work. Just install the Windows Python from http://python.org.
I had the same problem, but with a plugin - pyflakes. I solved it by installing Python 2.6 FOR ALL USERS, and using a gvim.exe binary downloaded from here:
http://www.gooli.org/blog/gvim-72-with-python-2526-support-windows-binaries/
Post a Comment for "Getting Omni Complete To Work On Vim 7.2 On Windows"