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:
@@ -321,7 +321,6 @@ compile_load_scriptvar(
|
||||
cctx, TRUE);
|
||||
}
|
||||
*p = cc;
|
||||
p = skipwhite(p);
|
||||
*end = p;
|
||||
if (done)
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user