comparison src/message.c @ 127:616289ecb7c8

updated for version 7.0044
author vimboss
date Tue, 25 Jan 2005 21:46:35 +0000
parents 8800a9c402b2
children c93c9cad9618
comparison
equal deleted inserted replaced
126:c3075f07a273 127:616289ecb7c8
1050 vim_free(keep_msg); 1050 vim_free(keep_msg);
1051 if (s != NULL && msg_silent == 0) 1051 if (s != NULL && msg_silent == 0)
1052 keep_msg = vim_strsave(s); 1052 keep_msg = vim_strsave(s);
1053 else 1053 else
1054 keep_msg = NULL; 1054 keep_msg = NULL;
1055 keep_msg_more = FALSE;
1055 } 1056 }
1056 1057
1057 /* 1058 /*
1058 * Prepare for outputting characters in the command line. 1059 * Prepare for outputting characters in the command line.
1059 */ 1060 */