commit | 9271d058c92c94b696eed5da24a69c077f42bc91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 25 21:39:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 25 21:39:46 2018 +0100 |
tree | 8518b85576db80b74f5d91beec61c6e179e5003d | |
parent | 36f923014a7eb7e24c4b0b88719cad14351e3a60 [diff] [blame] |
patch 8.0.1542: terminal screen dump does not include cursor position Problem: Terminal screen dump does not include cursor position. Solution: Mark the cursor position in the cump.
diff --git a/src/version.c b/src/version.c index 12ad747..462f746 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1542, +/**/ 1541, /**/ 1540,