mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user