updated for version 7.2-096
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index cfda903..068cca6 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2417,8 +2417,8 @@
 	cursor_on();		/* msg_start() switches it off */
 	out_flush();
 	silent_mode = save_silent;
-	info_message = FALSE;
     }
+    info_message = FALSE;
 }
 
 /*
diff --git a/src/version.c b/src/version.c
index 0f6cf0b..12905af 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    96,
+/**/
     95,
 /**/
     94,