updated for version 7.3.1309 v7.3.1309
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Jul 2013 16:29:48 +0000 (18:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Jul 2013 16:29:48 +0000 (18:29 +0200)
commitccf623f6f8e89b687402179f292d3999de87bd3d
treedc190dca3be74b35c485a44ff9dfd71ddac1cd3d
parent94f76b7fd66aaa1fcf523d79585530c6c5753514
updated for version 7.3.1309
Problem:    When a script defines a function the flag to wait for the user to
            hit enter is reset.
Solution:   Restore the flag. (Yasuhiro Matsumoto)  Except when the user was
            typing the function.
src/eval.c
src/os_unix.c
src/version.c