diff src/search.c @ 1007:7d29124f77f5 v7.0.133

updated for version 7.0-133
author vimboss
date Sat, 14 Oct 2006 12:32:39 +0000
parents 0b211ebefd4e
children 39d115408c71
line wrap: on
line diff
--- a/src/search.c
+++ b/src/search.c
@@ -4688,6 +4688,7 @@ find_pattern_in_path(ptr, dir, len, whol
 #ifdef FEAT_INS_EXPAND
 		    if (action == ACTION_EXPAND)
 		    {
+			msg_hist_off = TRUE;	/* reset in msg_trunc_attr() */
 			vim_snprintf((char*)IObuff, IOSIZE,
 				_("Scanning included file: %s"),
 				(char *)new_fname);