vimspector/python3
Ben Jackson ef94b1bc49 Fix neovim (again) - incompatible exception behabiour
Neovim does not raise:

* KeyError when accessing a vim dict
* KeyboardInterrupt when ctrl-c at a prompt

Instead it raises some internal subclass of vim.errro which cannot
easily be identified, so we just catch any vim.error.
2020-08-24 18:31:47 +01:00
..
vimspector Fix neovim (again) - incompatible exception behabiour 2020-08-24 18:31:47 +01:00