]> granicus.if.org Git - vim/commit
patch 9.0.1312: Cursor position wrong when splitting window in insert mode v9.0.1312
authorLuuk van Baal <luukvbaal@gmail.com>
Wed, 15 Feb 2023 16:45:27 +0000 (16:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Feb 2023 16:45:27 +0000 (16:45 +0000)
commitbc3dc298b37820a8212e7d839e882e07d6cc98c8
tree163ffb22feb5fd5c79ded87e7c7e36f2e0559c61
parent339e114d70de3ec2b36edf37d7ba7a7cfdf9d1a6
patch 9.0.1312: Cursor position wrong when splitting window in insert mode

Problem:    Cursor position wrong when splitting window in insert mode.
Solution:   Pass the actual mode to win_fix_cursor(). (Luuk van Baal,
            closes #11999,
src/testdir/test_window_cmd.vim
src/version.c
src/window.c