From bec7e47938e203a0dd49920f328134fa943d6733 Mon Sep 17 00:00:00 2001 From: lonerover Date: Wed, 4 Jan 2017 12:50:50 +0800 Subject: [PATCH] vim-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. https://github.com/vim/vim/commit/ac105ed3c420660ddbddc501c97875c48220817e --- src/nvim/testdir/test_digraph.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/nvim/testdir/test_digraph.vim b/src/nvim/testdir/test_digraph.vim index 60ae1fd3f4..12cda4d461 100644 --- a/src/nvim/testdir/test_digraph.vim +++ b/src/nvim/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