summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-17 20:32:20 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-17 20:32:20 +0200
commit63c4e8a1986796094e6f15b893f2deccdf482617 (patch)
tree0f2c621c467c3b6558918d02fb6bb04a8b511dd5 /src/version.c
parent8adb0d03ca2694922da915356d7ede05e31c5a5c (diff)
patch 8.0.1120: :tm means :tmap instead of :tmenuv8.0.1120
Problem: :tm means :tmap instead of :tmenu. (Taro Muraoka) Solution: Move the new entry below the old entry. (closes #2102)
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 893de43ac6..dae5d3f081 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1120,
+/**/
1119,
/**/
1118,