mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Throws walls of text when E325 occurs #187

Open theammir opened 1 year ago

theammir commented 1 year ago

Made a little script to open files in the same Neovide window. When I'm opening a file that has a swap, I get usual Quit/Edit anyway/Recover/Abort choice. However, after I press something, it seems to catch E325 pynvim.api.nvim.NvimError at nvr.py, line 139 that I've already reacted to and don't need a traceback.

It also doesn't like str.decode() at nvr.py, line 140, which is a Python 2 thing as far as I know. Not sure if it's related.

Windows 11 Python 3.11