Alexey Michurin
Alexey Michurin
Currently I use neovim 0.8.3. If I press `C-c` here ```lua :lua vim.ui.input({prompt = ">"}, print) ``` i obtain this error: ``` E5108: Error executing lua Keyboard interrupt stack traceback:...
By the way, solution could be stolen from here https://github.com/michurin/quicssh/pull/10/files However, in is easier in my branch, because I have already switched to RunContext.
By the way, I extracted list of keywords from documentation by doing this: ```javascript [].slice.call(document.getElementsByClassName('keyword')).map((x)=>x.innerText) ``` on documentation web page