1
0
forked from aniani/vim

patch 8.2.3489: ml_get error after search with range

Problem:    ml_get error after search with range.
Solution:   Limit the line number to the buffer line count.
This commit is contained in:
Bram Moolenaar
2021-10-09 13:58:55 +01:00
parent 26190b2701
commit 35a319b77f
3 changed files with 20 additions and 2 deletions

View File

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