0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.1.1956: screenshot tests may use a different encoding

Problem:    Screenshot tests may use a different encoding. (Dominique Pelle)
Solution:   Always set 'encoding' to "utf-8" when running Vim in a terminal.
            (closes #4884)
This commit is contained in:
Bram Moolenaar
2019-09-01 15:26:23 +02:00
parent 1bc353b6f1
commit 0fdddeeb66
4 changed files with 12 additions and 7 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1956,
/**/
1955,
/**/