]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0397: delayed screen update when using undo from Insert mode v8.2.0397
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Mar 2020 21:08:45 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Mar 2020 21:08:45 +0000 (22:08 +0100)
commit5715b3147bfc8ddfe905339f6fd224fd3a5a3ba1
tree1fbe00b0d4b3ca4cd2a74141f78581596a6c387c
parent24ebd83e030e1c6f9a6be1f06232756ba4d00a8c
patch 8.2.0397: delayed screen update when using undo from Insert mode

Problem:    Delayed screen update when using undo from Insert mode.
Solution:   Update w_topline and cursor shape before sleeping. (closes #5790)
src/normal.c
src/version.c