forked from aniani/vim
patch 8.2.4117: Vim9: wrong white space error after using imported item
Problem: Vim9: wrong white space error after using imported item. Solution: Don't skip over white space. (closes #9544)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4117,
|
||||
/**/
|
||||
4116,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user