forked from aniani/vim
patch 9.0.1378: illegal memory access when using virtual editing
Problem: Illegal memory access when using virtual editing. Solution: Make sure "startspaces" is not negative.
This commit is contained in:
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1378,
|
||||
/**/
|
||||
1377,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user