1
0
forked from aniani/vim

patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props

Problem:    cursor in a wrong positoin if 'wrap' is off and using two right
            aligned text props in one line.
Solution:   Count an extra line for a right aligned text property after a
            below or right aligned text property. (issue #10909)
This commit is contained in:
Bram Moolenaar
2022-08-13 19:35:05 +01:00
parent f0ccfa474a
commit 8f369fb1ab
6 changed files with 44 additions and 7 deletions

View File

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