Dear Maintainer,
starting vim as root without .vimrc and .vim/ results in following errors:
Error detected while processing TextChangedI Autocommands for "*"..script
/var/lib/vim/addons/autoload/UltiSnips.vim:
line 15:
Traceback (most recent call last):
Error detected while processing TextChangedI Autocommands for "*"..script
/var/lib/vim/addons/autoload/UltiSnips.vim:
line 15:
File "<string>", line 1, in <module>
Error detected while processing TextChangedI Autocommands for "*"..script
/var/lib/vim/addons/autoload/UltiSnips.vim:
line 15:
ImportError: cannot import name 'UltiSnips_Manager' from 'UltiSnips' (unknown
location)
Error detected while processing TextChangedI Autocommands for "*"..function
UltiSnips#TrackChange:
line 1:
Traceback (most recent call last):
Error detected while processing TextChangedI Autocommands for "*"..function
UltiSnips#TrackChange:
line 1:
File "<string>", line 1, in <module>
Error detected while processing TextChangedI Autocommands for "*"..function
UltiSnips#TrackChange:
line 1:
NameError: name 'UltiSnips_Manager' is not defined
/var/lib/vim/addons/autoload/UltiSnips.vim
line 15:
exec g:_uspy "from UltiSnips import UltiSnips_Manager"
If .vimrc and .vim/ are copied from the user home directory to /root/, then vim
and UltiSnips are working without issues.