summaryrefslogtreecommitdiffstats
path: root/runtime/pack
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-25 18:01:32 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-25 18:01:32 +0100
commite1dc76fbf333243ecfdfc3c0a81ea9984913b4f5 (patch)
tree66ad575accaa871ea4b2919cafd0a7bec5066d9b /runtime/pack
parent7bb6d56cfc8ac82dea323f6799a773d7fa3286a8 (diff)
Update runtime files
Diffstat (limited to 'runtime/pack')
-rw-r--r--runtime/pack/dist/opt/termdebug/plugin/termdebug.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
index 87fb94b980..9b012c798b 100644
--- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
@@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
-" Last Change: 2022 Jun 22
+" Last Change: 2022 Jun 24
"
" WORK IN PROGRESS - The basics works stable, more to come
" Note: In general you need at least GDB 7.12 because this provides the
@@ -534,6 +534,7 @@ func TermDebugSendCommand(cmd)
Stop
sleep 10m
endif
+ " TODO: should we prepend CTRL-U to clear the command?
call term_sendkeys(s:gdbbuf, a:cmd . "\r")
if do_continue
Continue