-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
Description
Hi. I'm not sure if this is this plugins problem or a general VIM problem.
I'm running VIM 8.1-100 on macOS High Sierra with Python 3.7.0. Every time I open a file the following deprecation is printed:
Error detected while processing function <SNR>17_UseConfigFiles[26]..<SNR>17_Initialize[47]..<SNR>17_InitializePythonBuiltin:
line 23:
/must>not&exist/foo:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
If I remove editorconfig-vim no deprecation is printed and everything works as expected.