1
0
forked from aniani/vim

patch 8.2.4161: Vim9: warning for missing white space after imported variable

Problem:    Vim9: warning for missing white space after imported variable.
Solution:   Do not skip white space. (closes #9567)
This commit is contained in:
Bram Moolenaar
2022-01-20 17:35:49 +00:00
parent 4ede01f188
commit 21f0d6cbca
3 changed files with 9 additions and 2 deletions

View File

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