summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-14 16:10:38 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-14 16:10:38 +0200
commit38baa3e63427112d389de5e5942243414d9b1336 (patch)
tree7593150b028869db073ff226c295a17cf77033c6 /src
parent69e8aa75112a0b12811a4f4d11061adceffbbabc (diff)
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5696f88553..09923fa936 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,