vim-patch:7.4.382

Problem:    Mapping characters may not work after typing Esc in Insert mode.
Solution:   Fix the noremap flags for inserted characters. (Jacob Niehus)

https://code.google.com/p/vim/source/detail?r=v7-4-382
This commit is contained in:
Shougo Matsushita
2014-09-18 20:13:56 +09:00
parent 53d15c2c25
commit c5c506666c
2 changed files with 7 additions and 1 deletions

View File

@@ -213,7 +213,7 @@ static int included_patches[] = {
//385,
//384 NA
383,
//382,
382,
381,
//380 NA
379,