commit | c4b533e1e93151658cb170c6796d327a8c0f8612 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 22:26:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 22:26:25 2018 +0200 |
tree | 3c21fd7ee9a8cadb1ac10cbebcdb14ab3967239e | |
parent | 3680bab7e797444a7f41646888d9dd04b01c3816 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c625b05..33bae20 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1668, +/**/ 1667, /**/ 1666,