aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/mapping_spec.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-06-30 11:32:14 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2015-09-08 10:54:31 +0200
commitffff2c9c47e63f1764ca743810a259d607f75104 (patch)
tree820bbb33a041793b198416210adf1d15ec295ac2 /test/functional/legacy/mapping_spec.lua
parente99368104ac5883742c44f8d21692af878257d7b (diff)
downloadrneovim-ffff2c9c47e63f1764ca743810a259d607f75104.tar.gz
rneovim-ffff2c9c47e63f1764ca743810a259d607f75104.tar.bz2
rneovim-ffff2c9c47e63f1764ca743810a259d607f75104.zip
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 <m.reed@mykolab.com>
Diffstat (limited to 'test/functional/legacy/mapping_spec.lua')
-rw-r--r--test/functional/legacy/mapping_spec.lua2
1 files changed, 0 insertions, 2 deletions
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чкпр <esc>')