| 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] |
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)