mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
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:
@@ -221,7 +221,7 @@ static int included_patches[] = {
|
||||
377,
|
||||
376,
|
||||
//375,
|
||||
//374,
|
||||
374,
|
||||
373,
|
||||
372,
|
||||
371,
|
||||
|
Reference in New Issue
Block a user