]> granicus.if.org Git - vim/commit
patch 8.1.0002: :stopinsert changes the message position v8.1.0002
authorBram Moolenaar <Bram@vim.org>
Sat, 19 May 2018 12:43:45 +0000 (14:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 May 2018 12:43:45 +0000 (14:43 +0200)
commit2abad54cede7c33f090fbde19a9a3eb3dbf78e53
tree3565ce351f918ea2e6dfaeca5e09155a2b20fd1d
parent2f01889055f14842c1d4f9abd91139fc6bd95f15
patch 8.1.0002: :stopinsert changes the message position

Problem:    :stopinsert changes the message position.
Solution:   Save and restore msg_col and msg_row in clearmode(). (Jason
            Franklin)
src/screen.c
src/testdir/test_messages.vim
src/version.c