1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2013-07-05 18:29:48 +02:00
parent 94f76b7fd6
commit ccf623f6f8
3 changed files with 7 additions and 1 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1309,
/**/
1308,
/**/