forked from aniani/vim
patch 9.0.0742: reading past end of the line when compiling a function
Problem: Reading past end of the line when compiling a function with errors. Solution: Do not return an invalid pointer. Fix skipping redirection.
This commit is contained in:
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
742,
|
||||
/**/
|
||||
741,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user