mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +00:00
@@ -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
|
||||
@@ -539,6 +539,7 @@ func TermDebugSendCommand(cmd)
|
||||
endif
|
||||
sleep 10m
|
||||
endif
|
||||
" TODO: should we prepend CTRL-U to clear the command?
|
||||
call chansend(s:gdb_job_id, a:cmd . "\r")
|
||||
if do_continue
|
||||
Continue
|
||||
|
||||
Reference in New Issue
Block a user