forked from aniani/vim
patch 8.2.4219: reading before the start of the line
Problem: Reading before the start of the line. Solution: Check boundary before trying to read the character.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4219,
|
||||
/**/
|
||||
4218,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user