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
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.NvimErroratnvr.py, line 139that I've already reacted to and don't need a traceback.It also doesn't like
str.decode()atnvr.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