commit | b03950fafa07e8b8d975eeb345ad08b8b62e67ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 13:47:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 13:47:13 2022 +0100 |
tree | 887d38e97a9249733cbf43b6a3178e45a0cae90a | |
parent | 92a1678d488b7d023ddf2cd493a6ee0d7fcf1928 [diff] [blame] |
patch 9.0.0077: wrong restored cursor position when switching window in autocmd Problem: When switching window in autocmd the restored cursor position may be wrong. Solution: Do not restore the cursor if it was not set. (closes #10775)
diff --git a/src/version.c b/src/version.c index 9081fec..08039d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 77, +/**/ 76, /**/ 75,