commit | 66669fc6647201649e75a214e72b768fc86b7ed3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 18:53:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 18:53:35 2020 +0100 |
tree | 37bd3c71e0d28ca0e1b42102f2247c8d59405d1a | |
parent | f65b35b4465d3622128bd82bd3775f833542eb1f [diff] [blame] |
patch 8.2.1955: Vim9: not all command modifiers are tested Problem: Vim9: not all command modifiers are tested. Solution: Add tests for remaining modifiers.
diff --git a/src/version.c b/src/version.c index 231a4f0..d4cddb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1955, +/**/ 1954, /**/ 1953,