commit | f65b35b4465d3622128bd82bd3775f833542eb1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 18:02:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 18:02:44 2020 +0100 |
tree | c11ea8b67a681f82d3b68334f6a079ab3f3fa741 | |
parent | 631e8f93458b102091d54c502f489c03e454d4da [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a55d2f3..231a4f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1954, +/**/ 1953, /**/ 1952,