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,
|
491,
|
||||||
//490,
|
//490,
|
||||||
489,
|
489,
|
||||||
//488,
|
488,
|
||||||
//487,
|
//487,
|
||||||
//486,
|
//486,
|
||||||
485,
|
485,
|
||||||
|
@@ -12,6 +12,8 @@ describe('mapping', function()
|
|||||||
test starts here:
|
test starts here:
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
execute('set encoding=utf-8')
|
||||||
|
|
||||||
-- Abbreviations with р (0x80) should work.
|
-- Abbreviations with р (0x80) should work.
|
||||||
execute('inoreab чкпр vim')
|
execute('inoreab чкпр vim')
|
||||||
feed('GAчкпр <cr><esc>')
|
feed('GAчкпр <cr><esc>')
|
||||||
|
Reference in New Issue
Block a user