1
0
forked from aniani/vim

patch 8.2.2363: curpos() does not accept a string argument as before

Problem:    curpos() does not accept a string argument as before.
solution:   Make a string argument work again. (Yegappan Lakshmanan,
            closes #7690
This commit is contained in:
Bram Moolenaar
2021-01-16 16:52:49 +01:00
parent 351ead09dd
commit 9ebcf231bd
3 changed files with 7 additions and 1 deletions

View File

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