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

patch 8.2.4509: Vim9: can declare a variable with ":va"

Problem:    Vim9: can declare a variable with ":va".
Solution:   Disallow using ":va", require using ":var".
This commit is contained in:
Bram Moolenaar
2022-03-05 11:37:48 +00:00
parent 330a388e18
commit e1d1211799
5 changed files with 25 additions and 3 deletions

View File

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