commit | 20c3892e545da821ad22cc266d7c49f904bbf333 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 20:41:14 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 20:41:14 2014 +0200 |
tree | 88b4c96e407ad216f38bc211f615b3b90cb5ca17 | |
parent | 17529ae026c683a0973e41bdd3ec93a4da2bbe6f [diff] [blame] |
updated for version 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)
diff --git a/src/version.c b/src/version.c index b5b86e5..c071073 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 382, +/**/ 381, /**/ 380,