commit | 617d7ef0462e86ec946d8932e4d157e65bbc9aa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 13:04:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 13:04:30 2019 +0100 |
tree | f538527764f013bbdd634868e30d717aa6df8a26 | |
parent | 83a52171ba00b2b9fd2d1d22a07e38fc9fc69c1e [diff] [blame] |
patch 8.1.0760: no proper test for using 'termencoding' Problem: No proper test for using 'termencoding'. Solution: Add a screendump test. Fix using double width characters in a screendump.
diff --git a/src/version.c b/src/version.c index c4c5969..40e4bf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 760, +/**/ 759, /**/ 758,