From ffff2c9c47e63f1764ca743810a259d607f75104 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 30 Jun 2015 11:32:14 +0200 Subject: encoding: Update handling of encoding in tests Always run tests with encoding=utf-8, regardless of user locale Don't set &encoding after startup in tests Helped-By: Michael Reed --- test/functional/legacy/mapping_spec.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/functional/legacy/mapping_spec.lua') diff --git a/test/functional/legacy/mapping_spec.lua b/test/functional/legacy/mapping_spec.lua index 0843506827..899f7423d0 100644 --- a/test/functional/legacy/mapping_spec.lua +++ b/test/functional/legacy/mapping_spec.lua @@ -12,8 +12,6 @@ describe('mapping', function() test starts here: ]]) - execute('set encoding=utf-8') - -- Abbreviations with р (0x80) should work. execute('inoreab чкпр vim') feed('GAчкпр ') -- cgit