1
0
forked from aniani/vim

patch 8.2.2305: Vim9: "++var" and "--var" are silently accepted

Problem:    Vim9: "++var" and "--var" are silently accepted.
Solution:   Give an error message.
This commit is contained in:
Bram Moolenaar
2021-01-05 22:08:20 +01:00
parent 0acbf5ae66
commit b23279d7a2
5 changed files with 75 additions and 23 deletions

View File

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