commit | 3735f11050616652525bf80b4fbcb2b3bfeab113 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu Sep 15 12:43:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 12:43:26 2022 +0100 |
tree | 0f03839e7c767f890f0cfa7b8fe8d966a6046595 | |
parent | aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd [diff] [blame] |
patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is off Problem: Cursor moves if cmdwin is closed when 'splitscroll' is off. Solution: Skip win_fix_cursor if called when cmdwin is open or closing. (Luuk van Baal, closes #11134)
diff --git a/src/version.c b/src/version.c index 82a21df..8b4efd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467,