From 2c7292dc5bbf155fe2192d417363b8c085759cad Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Mar 2017 17:43:31 +0100 Subject: patch 8.0.0420: text garbled when the system encoding differs from 'encoding' Problem: When running :make the output may be in the system encoding, different from 'encoding'. Solution: Add the 'makeencoding' option. (Ken Takata) --- src/testdir/Make_all.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 513fd89717..e1ce1518fc 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -170,6 +170,7 @@ NEW_TESTS = test_arabic.res \ test_listlbr.res \ test_listlbr_utf8.res \ test_lua.res \ + test_makeencoding.res \ test_man.res \ test_marks.res \ test_matchadd_conceal.res \ -- cgit v1.2.3