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.

ac105ed3c4
This commit is contained in:
Justin M. Keyes
2016-11-22 21:33:13 +01:00
parent 42736d6a2a
commit 0de6f450e4
5 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
if !has('multi_byte')
finish
endif
scriptencoding utf-8
if !has('visual')
finish