Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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)
- Loading branch information
Showing
with
29 additions
and 0 deletions.
- +6 −0 src/screen.c
- +21 −0 src/testdir/test_messages.vim
- +2 −0 src/version.c