commit | 68854a82fdedebf6ee0675d1abeae6fc627ff6bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 18:59:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 18:59:13 2022 +0000 |
tree | 196b1e3c0184fc012e9a8cc7989932c56cabd99c | |
parent | 9e0208f51cf1354ce0a7d3988133041a78681605 [diff] [blame] |
patch 8.2.4277: Vim9: an import does not shadow a command modifier Problem: Vim9: an import does not shadow a command modifier. Solution: Do not accept a command modifier followed by a dot.
diff --git a/src/version.c b/src/version.c index 301f544..0dc936a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4277, +/**/ 4276, /**/ 4275,