diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-06-30 11:32:14 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-09-08 10:54:31 +0200 |
commit | ffff2c9c47e63f1764ca743810a259d607f75104 (patch) | |
tree | 820bbb33a041793b198416210adf1d15ec295ac2 /test/functional/legacy/082_string_comparison_spec.lua | |
parent | e99368104ac5883742c44f8d21692af878257d7b (diff) | |
download | rneovim-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/082_string_comparison_spec.lua')
-rw-r--r-- | test/functional/legacy/082_string_comparison_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/082_string_comparison_spec.lua b/test/functional/legacy/082_string_comparison_spec.lua index bd4e8a4d79..1615828ca0 100644 --- a/test/functional/legacy/082_string_comparison_spec.lua +++ b/test/functional/legacy/082_string_comparison_spec.lua @@ -9,7 +9,6 @@ describe('case-insensitive string comparison in UTF-8', function() setup(clear) it('is working', function() - execute('set enc=utf8') feed('ggdG<cr>') source([[ function! Ch(a, op, b, expected) |