commit | 35a7c681bce136b6993c1c6f6e2fdf3e3667791d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 16:46:28 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 16:46:28 2013 +0200 |
tree | 692ad46b8791f1cdead9a6785da9f68535afa459 | |
parent | 0b4db6b6e58077c4bb5b1dc3fd30a04ce019e0f0 [diff] [blame] |
updated for version 7.4.047 Problem: When using input() in a function invoked by a mapping it doesn't work. Solution: Temporarily reset ex_normal_busy. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index c43ae93..6b54397 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 47, +/**/ 46, /**/ 45,