commit | 5661ed6c833e05467cab33cb9b1c535e7e5cc570 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 17:19:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 17:19:16 2020 +0200 |
tree | a0baf6f26a8af0e8011f34a4a61b6d29423244c6 | |
parent | e1be11864d1f4383171e3af3eb77e61d41140c4e [diff] [blame] |
patch 8.2.1897: command modifiers are saved and set inconsistently Problem: Command modifiers are saved and set inconsistently. Solution: Separate parsing and applying command modifiers. Save values in cmdmod_T.
diff --git a/src/version.c b/src/version.c index a1ee33e..cdf0be3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1897, +/**/ 1896, /**/ 1895,