1
0
forked from aniani/vim

patch 9.0.0101: invalid memory access in diff mode with "dp" and undo

Problem:    Invalid memory access in diff mode with "dp" and undo.
Solution:   Make sure the line number does not go below one.
This commit is contained in:
Bram Moolenaar
2022-07-28 18:44:27 +01:00
parent cb5ed4d625
commit 4e677b9c40
3 changed files with 22 additions and 3 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
101,
/**/
100,
/**/