summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-16 22:20:49 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-16 22:20:49 +0100
commitaf23bad0fd05b1f6495287089387a1f97efa5b49 (patch)
tree99337db4bd8eb962b5493be291f97c31479f7a8e /src/version.c
parent4ac31eeff0409de0b1fe2d9e9f678859656ac4ae (diff)
downloadvim-git-af23bad0fd05b1f6495287089387a1f97efa5b49.tar.gz
patch 8.0.1611: CTRL-W in system terminal does not go to jobv8.0.1611
Problem: CTRL-W in system terminal does not go to job. Solution: Do not use CTRL-W as a terminal command in a system terminal.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index eda2a8580..6ab5963ea 100644
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1611,
+/**/
1610,
/**/
1609,