vim-patch:7.4.374

Problem:    Character after "fb" command not mapped if it might be a composing
            character.
Solution:   Don't disable mapping when looking for a composing character.
            (Jacob Niehus)

https://code.google.com/p/vim/source/detail?r=v7-4-374
This commit is contained in:
Shougo Matsushita
2014-09-18 08:05:08 +09:00
parent 53d15c2c25
commit 1fe6dc03aa
2 changed files with 6 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ static int included_patches[] = {
377,
376,
//375,
//374,
374,
373,
372,
371,