commit | 49f0524fb575bb1cf4881e472afab7d37c579440 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Feb 04 10:58:34 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 10:58:34 2023 +0000 |
tree | f00b08a90af6e3c63cd3683d999e7f3b00c1223c | |
parent | 4be18e77ff2d9a85d01e9d62335542755b26d5d5 [diff] [blame] |
patch 9.0.1277: cursor may move with autocmd in Visual mode Problem: Cursor may move with autocmd in Visual mode. Solution: Restore "VIsual_active" before calling check_cursor(). (closes #11939)
diff --git a/src/version.c b/src/version.c index 5bf3348..0768881 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1277, +/**/ 1276, /**/ 1275,