-
-
Notifications
You must be signed in to change notification settings - Fork 692
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
Command 'UltiSnipsEdit' raises an error. #1561
Comments
Seems like your problem is in the Python installation of your system. This seems unrelated to ultisnips.
SystemError: initialization of vim raised unreported exception
Se ha detectado un error al procesar function UltiSnips#Edit:
línea 6:
Traceback (most recent call last):
File "", line 1, in <module>
NameError: name 'vim' is not defined
… Am 25.12.2024 um 12:42 schrieb Alejandro Zubiri ***@***.***>:
SystemError: initialization of vim raised unreported exception Se ha detectado un error al procesar function UltiSnips#Edit: línea 6: Traceback (most recent call last): File "", line 1, in <module> NameError: name 'vim' is not defined
|
I am also getting this on Windows now since a recent update; usually this was due to Vim's |
This is using a Scoop install of Vim and Python3; a workaround could be installing vim-tux/nightly from the versions bucket; for example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior:
Be able to edit my snippets.
Actual behavior:
The following error is being raised:
Steps to reproduce
:UltiSnipsEdit
Here is the only thing related to UltiSnips in my
.vimrc
:VIM - Vi IMproved 9.1 (2024 Jan 02, compilado Jan 2 2024 23:53:44)
Versión de 64 bits para consola de MS-Windows
The text was updated successfully, but these errors were encountered: