1
0
forked from aniani/vim

patch 8.0.1668: terminal debugger: can't re-open source code window

Problem:    Terminal debugger: can't re-open source code window.
Solution:   Add the :Source command.  Also create the window if needed when
            gdb stops at a source line.
This commit is contained in:
Bram Moolenaar
2018-04-06 22:26:25 +02:00
parent 3680bab7e7
commit c4b533e1e9
3 changed files with 53 additions and 32 deletions

View File

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