forked from aniani/vim
patch 8.2.5148: invalid memory access when using expression on command line
Problem: Invalid memory access when using an expression on the command line. Solution: Make sure the position does not go negative.
This commit is contained in:
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5148,
|
||||
/**/
|
||||
5147,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user