mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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>
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user