diff options
| author | Bram Moolenaar <Bram@vim.org> | 2018-04-06 22:26:25 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2018-04-06 22:26:25 +0200 |
| commit | c4b533e1e93151658cb170c6796d327a8c0f8612 (patch) | |
| tree | 3c21fd7ee9a8cadb1ac10cbebcdb14ab3967239e /src/version.c | |
| parent | 3680bab7e797444a7f41646888d9dd04b01c3816 (diff) | |
| download | vim-git-c4b533e1e93151658cb170c6796d327a8c0f8612.tar.gz | |
patch 8.0.1668: terminal debugger: can't re-open source code windowv8.0.1668
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.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c625b05c1..33bae2036 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1668, +/**/ 1667, /**/ 1666, |
