forked from aniani/vim
patch 8.2.2013: Vim9: not skipping white space after unary minus
Problem: Vim9: not skipping white space after unary minus. Solution: Skip whitespace. (closes #7324)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2013,
|
||||
/**/
|
||||
2012,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user