1
0
forked from aniani/vim

patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty line

Problem:    Cursor position wrong with wrapping virtual text in empty line.
Solution:   Adjust handling of an empty line. (closes #10875)
This commit is contained in:
Bram Moolenaar
2022-08-09 18:25:23 +01:00
parent e428fa04a7
commit 49a90792d9
10 changed files with 121 additions and 13 deletions

View File

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