]> granicus.if.org Git - vim/commit
patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is off v9.0.0469
authorLuuk van Baal <luukvbaal@gmail.com>
Thu, 15 Sep 2022 11:43:26 +0000 (12:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Sep 2022 11:43:26 +0000 (12:43 +0100)
commit3735f11050616652525bf80b4fbcb2b3bfeab113
tree0f03839e7c767f890f0cfa7b8fe8d966a6046595
parentaeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd
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)
src/ex_getln.c
src/globals.h
src/version.c
src/window.c