]> granicus.if.org Git - vim/commit
patch 9.0.0465: cursor moves when cmdwin is closed when 'splitscroll' is off v9.0.0465
authormityu <mityu.mail@gmail.com>
Wed, 14 Sep 2022 16:27:36 +0000 (17:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2022 16:27:36 +0000 (17:27 +0100)
commite697d488901b6321ddaad68b553f0a434c97d849
tree140cf4e5890b2b4a64e51727aa0ec53a74aff9e9
parent702bd6c7c61073c0907fd7608911aebee4acd337
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)
src/ex_getln.c
src/testdir/test_window_cmd.vim
src/version.c