commit | 25281634cda03ce302aaf9f906a9520b5f81f91e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:32:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:32:32 2016 +0100 |
tree | ccc62740f7af898d7be19893f8972baf3aa3013f | |
parent | d6357e8f93c50f984ffd69c3a0d247d8603f86c3 [diff] [blame] |
patch 7.4.1150 Problem: 'langmap' applies to the first character typed in Select mode. (David Watson) Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) Add the 'x' flag to feedkeys().
diff --git a/src/version.c b/src/version.c index 96e0105..6aee23d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1150, +/**/ 1149, /**/ 1148,