summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-01 21:00:48 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-01 21:00:48 +0200
commit9bd547aca41799605c3a3f83444f6725c2d6eda9 (patch)
treeb2beff83ea88b22c3ec9d061ce1bdddb3b712a91 /src/version.c
parentb681be175b6991cdc2b8ddd49b0e97e3fe2b201e (diff)
patch 7.4.1692v7.4.1692
Problem: feedkeys('i', 'x') gets stuck, waits for a character to be typed. Solution: Behave like ":normal". (Yasuhiro Matsumoto)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d08e7307b6..c1e8fb7b91 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1692,
+/**/
1691,
/**/
1690,