commit | 77bfd756a02c3b3150d6c08ddbf89b66362dad8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 18:03:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 18:03:10 2018 +0200 |
tree | a864f02a2ecc6b53300edfab99ce7217b73df102 | |
parent | 35e802e713382d7e76232ad344af7dcd577e43de [diff] [blame] |
patch 8.0.1780: test fails because Vim in a terminal uses wrong 'encoding' Problem: Test fails because Vim in a terminal uses wrong 'encoding'. Solution: Set encoding in the test where it matters. (James McCoy, closes #2847)
diff --git a/src/version.c b/src/version.c index 1f36086..7726f84 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1780, +/**/ 1779, /**/ 1778,