1
0
forked from aniani/vim

patch 8.2.1596: using win_screenpos('.') in tests works but is wrong

Problem:    Using win_screenpos('.') in tests works but is wrong.
Solution:   Use win_screenpos(0).
This commit is contained in:
Bram Moolenaar
2020-09-05 15:05:30 +02:00
parent 86394aa972
commit 7dfc5ce7cf
2 changed files with 3 additions and 1 deletions

View File

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