commit | 1e6bbfb5607c82d872070219c26e2aae20db68ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 13:19:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 13:19:26 2021 +0200 |
tree | 4ce3964ede62bb6e8960e76b294211b62c11f54e | |
parent | 5b8cabfef7c3707f3e53e13844d90e5a217e1e84 [diff] [blame] |
patch 8.2.2695: cursor position reset with nested autocommands Problem: Cursor position reset with nested autocommands. Solution: Only check and reset line numbers for not nested autocommands. (closes #5820)
diff --git a/src/version.c b/src/version.c index 661a93c..1eeaaa6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2695, +/**/ 2694, /**/ 2693,