mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1361: error for white space after expression in assignment
Problem: Error for white space after expression in assignment. Solution: Skip over white space. (closes #6617)
This commit is contained in:
@@ -903,6 +903,7 @@ get_lval(
|
||||
clear_tv(&var1);
|
||||
return NULL;
|
||||
}
|
||||
p = skipwhite(p);
|
||||
}
|
||||
|
||||
// Optionally get the second index [ :expr].
|
||||
|
Reference in New Issue
Block a user