0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-03-03 17:05:35 +00:00
parent 28bf649a57
commit 0e1574c406
6 changed files with 47 additions and 34 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4500,
/**/
4499,
/**/