1
0
forked from aniani/vim

patch 8.0.1725: terminal debugger doesn't handle command arguments

Problem:    Terminal debugger doesn't handle command arguments.
Solution:   Add the :TermdebugCommand command.  Use a ! to execute right away.
            (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2018-04-16 16:21:49 +02:00
parent 06965b838f
commit 32c67ba733
3 changed files with 65 additions and 19 deletions

View File

@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1725,
/**/
1724,
/**/