1
0
forked from aniani/vim

patch 9.0.0094: cursor restored unexpected with nested autocommand

Problem:    Cursor restored unexpected with nested autocommand.
Solution:   Do not restore the cursor when it was moved intentionally.
            (closes #10780)
This commit is contained in:
Bram Moolenaar
2022-07-27 15:23:35 +01:00
parent 7abd1c6d8e
commit 3d6ee8bda0
3 changed files with 26 additions and 6 deletions

View File

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