1
0
forked from aniani/vim

patch 8.1.0511: ml_get error when calling a function with a range

Problem:    ml_get error when calling a function with a range.
Solution:   Don't position the cursor after the last line.
This commit is contained in:
Bram Moolenaar
2018-11-04 23:39:38 +01:00
parent ba3ff53930
commit 9e353b5265
3 changed files with 28 additions and 0 deletions

View File

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