]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.047 v7.4.047
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Oct 2013 14:46:28 +0000 (16:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Oct 2013 14:46:28 +0000 (16:46 +0200)
commit35a7c681bce136b6993c1c6f6e2fdf3e3667791d
tree692ad46b8791f1cdead9a6785da9f68535afa459
parent0b4db6b6e58077c4bb5b1dc3fd30a04ce019e0f0
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)
src/eval.c
src/version.c