-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error detected while processing function UltiSnips#TrackChange #59
Comments
This happened to me as well today trying to edit a any file, @jordwalke any suggestion? 😟 |
Did you guys upgrade OSX or something? I haven't changed the master branch of VimBox in a while (doing heavy work in the #json branch) |
I'm on Mojave but I already downloaded VimBox after upgrading and it was working before 🤔 |
FWIW I also ran into this same exact error in a python2.7 environment. I'm on Mojave (10.14.5) and Python 2.7.15. I can easily switch to a py3 environment which is a fine workaround now that I know it is a py2/3 issue. |
I started vendoring VimBox's own copy of python just to make vim python configuration more reliable - I only did it for windows though, but I'll consider adding one for mac as well. Anyone can check out my WIP |
Recently I installed VimBox on my Mac but got unexpected error when I try to edit one python file with vim. It seems very wired. My python environment is py2.7 in anaconda. If I remove the
~/.vim
~/.vimrc
and ``~/.gvimrc`, then the vim command can work smoothly.The text was updated successfully, but these errors were encountered: