neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Error when changing buffer with UTF-8 characters #442

Open mgdreamingstar opened 4 years ago

mgdreamingstar commented 4 years ago

error caught in async handler 'python_chdir' ('D:\Documents\Drafts\\xe5\x85\xb3\xe4',)' Traceback (most recent call last): File "D:\Anaconda\lib\site-packages\pynvim\plugin\script_host.py", line 170, in python_chdir os.chdir(cwd) WindowsError: [Error 2] : "D:\Documents\Drafts\\xe5\x85\xb3\xe4"

justinmk commented 4 years ago

what exact version of python, nvim, pynvim