diff options
| author | Luuk van Baal <luukvbaal@gmail.com> | 2022-09-15 12:43:26 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-09-15 12:43:26 +0100 |
| commit | 3735f11050616652525bf80b4fbcb2b3bfeab113 (patch) | |
| tree | 0f03839e7c767f890f0cfa7b8fe8d966a6046595 /src/version.c | |
| parent | aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd (diff) | |
| download | vim-git-9.0.0469.tar.gz | |
patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469
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)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 82a21df03..8b4efd7db 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467, |
