]> granicus.if.org Git - vim/commit
patch 8.2.1954: Vim9: not all command modifiers are tested v8.2.1954
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Nov 2020 17:02:44 +0000 (18:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Nov 2020 17:02:44 +0000 (18:02 +0100)
commitf65b35b4465d3622128bd82bd3775f833542eb1f
treec11ea8b67a681f82d3b68334f6a079ab3f3fa741
parent631e8f93458b102091d54c502f489c03e454d4da
patch 8.2.1954: Vim9: not all command modifiers are tested

Problem:    Vim9: not all command modifiers are tested.
Solution:   Add tests for "keep" modifiers.  Fix that marks are lost even
            though ":lockmarks" is used.
src/ex_cmds.c
src/testdir/test_vim9_cmd.vim
src/version.c