1
0
forked from aniani/vim

patch 9.0.1189: invalid memory access with folding and using "L"

Problem:    Invalid memory access with folding and using "L".
Solution:   Prevent the cursor from moving to line zero.
This commit is contained in:
Bram Moolenaar
2023-01-13 14:17:58 +00:00
parent c0c2c26265
commit 232bdaaca9
3 changed files with 12 additions and 1 deletions

View File

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