mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch:7.4.488
Problem: test_mapping fails for some people. Solution: Set the 'encoding' option. (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-488
This commit is contained in:
@@ -250,7 +250,7 @@ static int included_patches[] = {
|
||||
491,
|
||||
//490,
|
||||
489,
|
||||
//488,
|
||||
488,
|
||||
//487,
|
||||
//486,
|
||||
485,
|
||||
|
@@ -12,6 +12,8 @@ describe('mapping', function()
|
||||
test starts here:
|
||||
]])
|
||||
|
||||
execute('set encoding=utf-8')
|
||||
|
||||
-- Abbreviations with р (0x80) should work.
|
||||
execute('inoreab чкпр vim')
|
||||
feed('GAчкпр <cr><esc>')
|
||||
|
Reference in New Issue
Block a user