commit | 63c4e8a1986796094e6f15b893f2deccdf482617 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 20:32:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 17 20:32:20 2017 +0200 |
tree | 0f2c621c467c3b6558918d02fb6bb04a8b511dd5 | |
parent | 8adb0d03ca2694922da915356d7ede05e31c5a5c [diff] [blame] |
patch 8.0.1120: :tm means :tmap instead of :tmenu Problem: :tm means :tmap instead of :tmenu. (Taro Muraoka) Solution: Move the new entry below the old entry. (closes #2102)
diff --git a/src/version.c b/src/version.c index 893de43..dae5d3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1120, +/**/ 1119, /**/ 1118,