commit | d96ff165113ce5fe62107add590997660e3d4802 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 18 22:13:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 18 22:13:29 2018 +0100 |
tree | d5325a3edba6291b0a6527cdfc1aaa334405327c | |
parent | 4287ed33ddc324d26dd05d3e19596dd74cf479d6 [diff] [blame] |
patch 8.0.1523: cannot write and read terminal screendumps Problem: Cannot write and read terminal screendumps. Solution: Add term_dumpwrite(), term_dumpread() and term_dumpdiff(). Also add assert_equalfile().
diff --git a/src/version.c b/src/version.c index 14b4190..11c5133 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1523, +/**/ 1522, /**/ 1521,