commit | 0e1574c4069ded47c170fcd7a47a0df66693a5f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 17:05:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 17:05:35 2022 +0000 |
tree | f266c5d17984eca34d287a3f04bc6584a425bafe | |
parent | 28bf649a5732ffe5a47951b5e437b765cebc5b38 [diff] [blame] |
patch 8.2.4500: Vim9: can declare a global variable on the command line Problem: Vim9: can declare a global variable on the command line. Solution: Disallow declaring a variable on the command line. (closes #9881)
diff --git a/src/version.c b/src/version.c index c6a9f73..ce9e7e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4500, +/**/ 4499, /**/ 4498,