commit | 5f8a14b9dea094b8bbab94cfc1e8da8e633fbc01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:34:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:34:58 2016 +0100 |
tree | cbd8853889f3910af2fd1fbebd7b71c7a55f201e | |
parent | 25281634cda03ce302aaf9f906a9520b5f81f91e [diff] [blame] |
patch 7.4.1151 Problem: Missing change to eval.c Solution: Also change feedkeys().
diff --git a/src/version.c b/src/version.c index 6aee23d..83540a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1151, +/**/ 1150, /**/ 1149,