neovim/runtime
Sean Dewar 8aad4b8425
fix(termdebug): send SIGINT when interrupting prompt mode
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).
2023-08-25 11:04:41 +01:00
..
autoload vim-patch:a0fddaa2f4b7 2023-08-21 20:32:28 +09:00
colors vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
compiler vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
doc vim-patch:9f2962141514 2023-08-25 10:59:55 +01:00
ftplugin Merge pull request #24702 from seandewar/vim-1688938dd5ac 2023-08-24 09:27:17 +01:00
indent Merge pull request #24702 from seandewar/vim-1688938dd5ac 2023-08-24 09:27:17 +01:00
keymap vim-patch:e8d6f03f6a61 2023-08-23 20:36:16 +01:00
lua fix(filetype): return on_detect function when matching by file contents 2023-08-24 13:04:04 -05:00
macros vim-patch:e8d6f03f6a61 2023-08-23 20:36:16 +01:00
pack/dist/opt fix(termdebug): send SIGINT when interrupting prompt mode 2023-08-25 11:04:41 +01:00
plugin vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
queries feat(treesitter): update C queries from upstream 2023-08-13 12:30:47 +02:00
spell
syntax Merge pull request #24702 from seandewar/vim-1688938dd5ac 2023-08-24 09:27:17 +01:00
tools
tutor fix(tutor): don't use concealed text in expected lines #24316 2023-07-11 10:09:44 -07:00
CMakeLists.txt refactor(build): move the last generator from scripts/ to src/nvim/generators 2023-04-21 16:46:35 +02:00
delmenu.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
filetype.lua fix(filetype): call on_detect before setting buffer filetype 2023-08-24 12:48:21 -05:00
ftoff.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ftplugin.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ftplugof.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
indent.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
indoff.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
macmap.vim
makemenu.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
menu.vim vim-patch:e059fae10044 2023-08-24 11:33:06 +09:00
mswin.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
neovim.ico feat(windows): show icon in terminal titlebar, taskbar #20607 2022-10-13 05:48:12 -07:00
nvim.appdata.xml NVIM v0.9.0 2023-04-07 13:26:29 +02:00
nvim.desktop
nvim.png
optwin.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
synmenu.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00