From ac105ed3c420660ddbddc501c97875c48220817e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jul 2016 20:33:32 +0200 Subject: patch 7.4.2086 Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed. --- src/testdir/test_digraph.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/testdir/test_digraph.vim') diff --git a/src/testdir/test_digraph.vim b/src/testdir/test_digraph.vim index 60ae1fd3f4..12cda4d461 100644 --- a/src/testdir/test_digraph.vim +++ b/src/testdir/test_digraph.vim @@ -4,9 +4,6 @@ if !has("digraphs") || !has("multi_byte") finish endif -set enc=utf-8 -scriptencoding utf-8 - func! Put_Dig(chars) exe "norm! o\".a:chars endfu -- cgit v1.2.3