1
0
forked from aniani/vim

patch 8.2.3021: spaces allowed between option name and "!", "?", etc.

Problem:    Spaces allowed between option name and "!", "?", etc.
Solution:   Disallow spaces in Vim9 script, it was not documented.
            (closes #8408)
This commit is contained in:
Bram Moolenaar
2021-06-20 12:40:08 +02:00
parent 2fb7495686
commit 208f0b48b2
3 changed files with 26 additions and 3 deletions

View File

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