roxma / vim-hug-neovim-rpc

EXPERIMENTAL
MIT License
218 stars 28 forks source link

DeprecationWarning on imp module #32

Closed sprice-janrain closed 6 years ago

sprice-janrain commented 6 years ago

Saw this warning when starting Vim after upgrading to python 3.7.0:

[vim-hug-neovim-rpc] Vim(pythonx):/must>not&exist/foo:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
Press ENTER or type command to continue

how hard would that be to switch?

sprice-janrain commented 6 years ago

Ooh, looks like an issue with Vim itself: https://github.com/vim/vim/issues/3117