1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2013-04-24 15:12:32 +02:00
parent 230bb3f09d
commit ec38d6932c
2 changed files with 8 additions and 0 deletions

View File

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