commit | bc510064027da8024d59460c9c816aea4ffac096 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:19:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 21:19:04 2022 +0000 |
tree | 5054f5b794010b839bfec74808b369a726709f57 | |
parent | 7a3b802bab5add34baae37ec2c1ae7ad2f1693bd [diff] [blame] |
patch 8.2.4384: Vim9: error message not tested, some code not tested Problem: Vim9: error message not tested, some code not tested. Solution: Add a couple of test cases. Give an error for a command modifier without a command.
diff --git a/src/version.c b/src/version.c index d7cfb17..3716b3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4384, +/**/ 4383, /**/ 4382,