commit | 05684310a53c8a4804441c1c6f8b7fc9e8194940 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 15:11:24 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 15:11:24 2017 +0100 |
tree | 8dce40f552454f3d0c3aeb4a1ec736adcf655c23 | |
parent | e4b78e2a42e9030348770764c478b73caa925539 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6cb6e2c..fad2fdc 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1390, +/**/ 1379, /**/ 1378,