commit | e10044015841711b989f9a898d427bcc1fdb4c32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 20:49:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 20:49:43 2020 +0200 |
tree | 256dbf4f826bbc408bb1eca2b381c4dc4f953eb6 | |
parent | 5661ed6c833e05467cab33cb9b1c535e7e5cc570 [diff] [blame] |
patch 8.2.1898: command modifier parsing always uses global cmdmod Problem: Command modifier parsing always uses global cmdmod. Solution: Pass in cmdmod_T to use. Rename struct fields consistently.
diff --git a/src/version.c b/src/version.c index cdf0be3..ba9c816 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1898, +/**/ 1897, /**/ 1896,