]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2086 v7.4.2086
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jul 2016 18:33:32 +0000 (20:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jul 2016 18:33:32 +0000 (20:33 +0200)
commitac105ed3c420660ddbddc501c97875c48220817e
treeaf1f72494dadb3775100f85e65c8e0e970879e56
parentdfd63e30d13fff5603416b6c7e247cebeb003eb0
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/runtest.vim
src/testdir/test_alot_utf8.vim
src/testdir/test_channel.vim
src/testdir/test_digraph.vim
src/testdir/test_expand_dllpath.vim
src/testdir/test_expr_utf8.vim
src/testdir/test_json.vim
src/testdir/test_matchadd_conceal_utf8.vim
src/testdir/test_regexp_utf8.vim
src/testdir/test_visual.vim
src/version.c