diff runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @ 29285:729a7c00fabc

Update runtime files Commit: https://github.com/vim/vim/commit/e1dc76fbf333243ecfdfc3c0a81ea9984913b4f5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 25 18:01:32 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jun 2022 19:15:06 +0200
parents 0fdf36de4018
children 20cf2080f1ee
line wrap: on
line diff
--- 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