commit | 63a60ded3fd584847a05dccf058026e682abad90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:08:55 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:08:55 2016 +0200 |
tree | a467aacf9d2d597d2cb57dc2081a1a2c3be85671 | |
parent | fd89d7ea81b18d32363456b16258174dc9e095dc [diff] [blame] |
patch 7.4.1898 Problem: User commands don't support modifiers. Solution: Add the <mods> item. (Yegappan Lakshmanan, closes #829)
diff --git a/src/version.c b/src/version.c index 6e8b0c7..b909cd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1898, +/**/ 1897, /**/ 1896,