commit | ec38d6932c674b506484792e28b88ba43edad9ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 15:12:32 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 15:12:32 2013 +0200 |
tree | e13f53ec733a359096097ab8f68a9789fed953ce | |
parent | 230bb3f09d1661cb8da3ef64406270bd3e61aae3 [diff] [blame] |
updated for version 7.3.912 Problem: Typing a ":" command at the hit-enter dialog does not work if the "file changed" dialog happens next. Solution: Check for changed files before giving the hit-enter dialog.
diff --git a/src/version.c b/src/version.c index b2f5540..be992bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 912, +/**/ 911, /**/ 910,