commit | 0a988df731605d692892f18317c26e6ab24d3d82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 15:19:24 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 15:19:24 2015 +0100 |
tree | 324133ba7bd052b77f872a813eef737c2f80c235 | |
parent | 0cd040b96a14363de6928b4bc0a10d628ab40a52 [diff] [blame] |
updated for version 7.4.601 Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag.
diff --git a/src/version.c b/src/version.c index 6b98aca..20291a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 601, +/**/ 600, /**/ 599,