commit | fa984418e7becd8e7d6543cd3ea25f605e9ac97f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 25 22:15:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 25 22:15:28 2021 +0100 |
tree | 1e8b4185c415271d0d51f74cd56dab2ad05b7ff5 | |
parent | a91a71322dc2e6a1640e73b6da1f1a2f94f39a54 [diff] [blame] |
patch 8.2.2652: Vim9: can use command modifier without an effect Problem: Vim9: can use command modifier without an effect. Solution: Give an error for a misplaced command modifier. Fix error message number.
diff --git a/src/version.c b/src/version.c index 9e80bd4..3ffa159 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2652, +/**/ 2651, /**/ 2650,