diff --git a/src/misc1.c b/src/misc1.c index d1e762c9a7..4f36fd80d1 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -2778,6 +2778,9 @@ changed() #endif ) { + int save_need_wait_return = need_wait_return; + + need_wait_return = FALSE; ml_open_file(curbuf); /* The ml_open_file() can cause an ATTENTION message. @@ -2791,6 +2794,8 @@ changed() wait_return(TRUE); msg_scroll = save_msg_scroll; } + else + need_wait_return = save_need_wait_return; } changed_int(); } diff --git a/src/version.c b/src/version.c index 80a0693b2f..3c196ad12f 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1091, /**/ 1090, /**/