1
0
forked from aniani/vim

patch 9.0.0439: cursor wrong if inserting before line with virtual text above

Problem:    Cursor wrong if inserting before line with virtual text above.
Solution:   Add the width of the "above" virtual text to the cursor position.
            (issue #11084)
This commit is contained in:
Bram Moolenaar
2022-09-10 22:32:14 +01:00
parent 04e0ed1ddf
commit 88b79cb7d4
5 changed files with 28 additions and 0 deletions

View File

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