You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jordan,
I'm a newbie in Vim/MacVim. I installed the VimBox and started to use it as-is. I was editing a python file in insert mode when I received the error message:
Error: Required Vim compiled with +python
E117 Unknown function: pythoncomplete#Complete
Press Enter or type ...
I'm using a MacOs HighSierra with python 3.6.3 installed via Homebrew and python 2.7.12 in the System. The MacVim installed was compiled with -python & +python3
Note that I only use python3 in my projects. I don't know how to fix this issue, so I commented the lines in the file ~/VimBox/dotVim/bundlesVimRc:
Plug lifepillar/vim-mucomplete'
source ~/.vim/pluginRc/mucompleteVimRc
Any help is very welcome. I really liked VimBox!
Tks in advance,
Marcio
The text was updated successfully, but these errors were encountered:
Hi Jordan,
I'm a newbie in Vim/MacVim. I installed the VimBox and started to use it as-is. I was editing a python file in insert mode when I received the error message:
Error: Required Vim compiled with +python
E117 Unknown function: pythoncomplete#Complete
Press Enter or type ...
I'm using a MacOs HighSierra with python 3.6.3 installed via Homebrew and python 2.7.12 in the System. The MacVim installed was compiled with -python & +python3
Note that I only use python3 in my projects. I don't know how to fix this issue, so I commented the lines in the file ~/VimBox/dotVim/bundlesVimRc:
Plug lifepillar/vim-mucomplete'
source ~/.vim/pluginRc/mucompleteVimRc
Any help is very welcome. I really liked VimBox!
Tks in advance,
Marcio
The text was updated successfully, but these errors were encountered: