1
0
forked from aniani/vim

patch 9.0.0130: cursor position wrong when inserting around virtual text

Problem:    Cursor position wrong when inserting around virtual text.
Solution:   Update the cursor position properly.
This commit is contained in:
Bram Moolenaar
2022-08-01 15:52:55 +01:00
parent 05a8061eec
commit 1f4ee19eef
6 changed files with 29 additions and 13 deletions

View File

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