vim-hug-neovim-rpc icon indicating copy to clipboard operation
vim-hug-neovim-rpc copied to clipboard

Fix hanging by KeyboardInterrupt

Open amedama41 opened this issue 4 years ago • 0 comments

Fix hanging by KeyboardInterrupt exception.

This hanging occurrs when typing <C-C> after nvim.call('input', ''). KeyboardInterrupt is not derived from Exception class, then no error reply was returned.

amedama41 avatar Aug 17 '19 13:08 amedama41