commit | 38baa3e63427112d389de5e5942243414d9b1336 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 16:10:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 16:10:38 2017 +0200 |
tree | 7593150b028869db073ff226c295a17cf77033c6 | |
parent | 69e8aa75112a0b12811a4f4d11061adceffbbabc [diff] [blame] |
patch 8.0.1107: terminal debugger jumps to non-existing file Problem: Terminal debugger jumps to non-existing file. Solution: Check that the file exists. Add an option to make the Vim wide wide. Fix removing highlight groups.
diff --git a/src/version.c b/src/version.c index 5696f88..09923fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105,