From 1d73c8850367b1ed6dfc0ece6532fa5a6cc33bbb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Jun 2005 22:48:47 +0000 Subject: updated for version 7.0088 --- src/vim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vim.h') diff --git a/src/vim.h b/src/vim.h index ab2bb4280..21bce87af 100644 --- a/src/vim.h +++ b/src/vim.h @@ -1331,7 +1331,7 @@ enum hlf_value #define MSG_PUTS(s) msg_puts((char_u *)(s)) #define MSG_PUTS_ATTR(s, a) msg_puts_attr((char_u *)(s), (a)) #define MSG_PUTS_TITLE(s) msg_puts_title((char_u *)(s)) -#define MSG_PUTS_LONG(s) msg_puts_long((char_u *)(s)) +#define MSG_PUTS_LONG(s) msg_puts_long_attr((char_u *)(s), 0) #define MSG_PUTS_LONG_ATTR(s, a) msg_puts_long_attr((char_u *)(s), (a)) /* Prefer using emsg3(), because perror() may send the output to the wrong -- cgit v1.2.1