patch 8.2.3413: Vim9: too many characters are allowed in import name

Problem:    Vim9: too many characters are allowed in import name.
Solution:   Disallow ':' and '#', check for white space. (closes #8845)
This commit is contained in:
Bram Moolenaar
2021-09-08 12:31:35 +02:00
parent af2d5d2ce2
commit a9e3d56087
4 changed files with 31 additions and 5 deletions

View File

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