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:
Florian Walch
2014-12-23 13:01:14 +01:00
parent 0b192bf990
commit e06159e6ae
2 changed files with 3 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ static int included_patches[] = {
491, 491,
//490, //490,
489, 489,
//488, 488,
//487, //487,
//486, //486,
485, 485,

View File

@@ -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>')