commit | e697d488901b6321ddaad68b553f0a434c97d849 | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Wed Sep 14 17:27:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 17:27:36 2022 +0100 |
tree | 140cf4e5890b2b4a64e51727aa0ec53a74aff9e9 | |
parent | 702bd6c7c61073c0907fd7608911aebee4acd337 [diff] [blame] |
patch 9.0.0465: cursor moves when cmdwin is closed when 'splitscroll' is off Problem: Cursor moves when cmdwin is closed when 'splitscroll' is off. Solution: Temporarily set 'splitscroll' when jumping back to the original window. (closes #11128)
diff --git a/src/version.c b/src/version.c index 45afd9d..cea4b73 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 465, +/**/ 464, /**/ 463,