mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
8aad4b8425
Unlike Vim's job_stop(), Nvim's jobstop() does not take a signal argument, and always sends SIGTERM/KILL. :Stop and Ctrl-C in prompt mode is supposed to interrupt the program like in terminal mode, not kill GDB. Also, maybe libuv's kill() works on Windows? If so, the logic above could be removed, but I don't have a Windows machine available to test that. Also "set nomodified" when ending prompt mode, like Vim (avoids E37). |
||
---|---|---|
.. | ||
termdebug.vim |