0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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

@@ -6129,7 +6129,6 @@ save_patterns(num_pat, pat, num_file, file)
}
#endif
/*
* Return TRUE if the string "p" contains a wildcard that mch_expandpath() can
* expand.