"lib/object_generators/object_generators.rb" 1L, 1C
Error detected while processing /root/.vim/bundle/MatchTagAlways/autoload/MatchTagAlways.vim:
line 28:
/must>not&exist/foo:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
:echo has('python') => 0
:echo has('python3') => 1
I don't see anyone else talking about this so I reckon I might be doing something wrong?
I compiled vim from source with python3 (not python2) and I pointed it at my python 3.7 directory.
Anything I can do?
:echo has('python') => 0:echo has('python3') => 1I don't see anyone else talking about this so I reckon I might be doing something wrong?
I compiled vim from source with python3 (not python2) and I pointed it at my python 3.7 directory.
Anything I can do?