summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-24 17:19:16 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-24 17:19:16 +0200
commit5661ed6c833e05467cab33cb9b1c535e7e5cc570 (patch)
treea0baf6f26a8af0e8011f34a4a61b6d29423244c6 /src/version.c
parente1be11864d1f4383171e3af3eb77e61d41140c4e (diff)
downloadvim-git-5661ed6c833e05467cab33cb9b1c535e7e5cc570.tar.gz
patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897
Problem: Command modifiers are saved and set inconsistently. Solution: Separate parsing and applying command modifiers. Save values in cmdmod_T.
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 a1ee33e1a..cdf0be38c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1897,
+/**/
1896,
/**/
1895,