]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced. v8.0.1380
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 14:11:24 +0000 (15:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 14:11:24 +0000 (15:11 +0100)
commit05684310a53c8a4804441c1c6f8b7fc9e8194940
tree8dce40f552454f3d0c3aeb4a1ec736adcf655c23
parente4b78e2a42e9030348770764c478b73caa925539
patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced.

Problem:    When recovering a file with "vim -r swapfile" the hit-enter prompt
            is at the top of the window.
Solution:   Invalidate the cursor position.
src/term.c
src/version.c