]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1897: command modifiers are saved and set inconsistently v8.2.1897
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Oct 2020 15:19:16 +0000 (17:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Oct 2020 15:19:16 +0000 (17:19 +0200)
commit5661ed6c833e05467cab33cb9b1c535e7e5cc570
treea0baf6f26a8af0e8011f34a4a61b6d29423244c6
parente1be11864d1f4383171e3af3eb77e61d41140c4e
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.
src/ex_cmds.h
src/ex_docmd.c
src/proto/ex_docmd.pro
src/structs.h
src/version.c
src/vim9compile.c