commit | 3d6ee8bda0550a01346f5992bbce09c0eb6d7569 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 15:23:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 15:23:35 2022 +0100 |
tree | 1bc029d00d152ae32522ed705cc5da8cd6c190d4 | |
parent | 7abd1c6d8e777bde1700633bafc1a40be9e9c1aa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fde548b..8232111 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 94, +/**/ 93, /**/ 92,