commit | 330a388e18ad6b64c3574c712db675258b0e9878 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 11:05:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 11:05:57 2022 +0000 |
tree | 99c61b05a3986cb741ff507dddf3ca7e94bd7171 | |
parent | f78ee2b49f0b060c642764a620b4c55ab13af82e [diff] [blame] |
patch 8.2.4508: Vim9: cannot assign to a global variable on the command line Problem: Vim9: cannot assign to a global variable on the command line. Solution: Allow using :vim9cmd for assignment on the command line.
diff --git a/src/version.c b/src/version.c index 2e22a77..5bbd307 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4508, +/**/ 4507, /**/ 4506,