diff src/ex_cmds.c @ 1798:d8e7b6762aaa v7.2.096

updated for version 7.2-096
author vimboss
date Wed, 04 Feb 2009 12:14:51 +0000
parents be7491f23e9d
children f0c598082dff
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2417,8 +2417,8 @@ print_line(lnum, use_number, list)
 	cursor_on();		/* msg_start() switches it off */
 	out_flush();
 	silent_mode = save_silent;
-	info_message = FALSE;
-    }
+    }
+    info_message = FALSE;
 }
 
 /*