aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-05-25 11:14:35 +0900
committererw7 <erw7.github@gmail.com>2020-02-12 16:03:45 +0900
commitaec3d7915c55fc0b7dc73f6186cf0ae45d416d33 (patch)
tree54d83b901dd4b31126b0cb250b84a062a61c086e /src/nvim/eval.lua
parentb015c4741caef37b3f89661e1d5d6a4a033b2856 (diff)
downloadrneovim-aec3d7915c55fc0b7dc73f6186cf0ae45d416d33.tar.gz
rneovim-aec3d7915c55fc0b7dc73f6186cf0ae45d416d33.tar.bz2
rneovim-aec3d7915c55fc0b7dc73f6186cf0ae45d416d33.zip
vim-patch:8.1.0091: MS-Windows: Cannot interrupt gdb when program is running
Problem: MS-Windows: Cannot interrupt gdb when program is running. Solution: Add debugbreak() and use it in the terminal debugger. Respect 'modified' in a prompt buffer. https://github.com/vim/vim/commit/4551c0a9fcdbdef52836d4852686d54b5e47fdaf
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 1ca6b75b7e..17d9cc56aa 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -82,6 +82,7 @@ return {
ctxset={args={1, 2}},
ctxsize={},
cursor={args={1, 3}},
+ debugbreak={args={1, 1}},
deepcopy={args={1, 2}},
delete={args={1,2}},
deletebufline={args={2,3}},