1
0
forked from aniani/vim

patch 9.0.1011: ml_get error when using screenpos()

Problem:    ml_get error when using screenpos().
Solution:   Give an error for the line number. (closes #11661)
This commit is contained in:
Bram Moolenaar
2022-12-05 16:23:24 +00:00
parent 23526d2539
commit 99d19438ca
3 changed files with 10 additions and 0 deletions

View File

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