diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-14 16:10:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-14 16:10:38 +0200 |
commit | 38baa3e63427112d389de5e5942243414d9b1336 (patch) | |
tree | 7593150b028869db073ff226c295a17cf77033c6 /src | |
parent | 69e8aa75112a0b12811a4f4d11061adceffbbabc (diff) | |
download | vim-git-38baa3e63427112d389de5e5942243414d9b1336.tar.gz |
patch 8.0.1107: terminal debugger jumps to non-existing filev8.0.1107
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.
Diffstat (limited to 'src')
-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 5696f8855..09923fa93 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105, |