comparison src/vim.h @ 339:64221fecdfa1

updated for version 7.0088
author vimboss
date Sun, 19 Jun 2005 22:48:47 +0000
parents 8e3c690f1f3c
children e111db373ca4
comparison
equal deleted inserted replaced
338:bfd8935d6200 339:64221fecdfa1
1329 #define OUT_STR(s) out_str((char_u *)(s)) 1329 #define OUT_STR(s) out_str((char_u *)(s))
1330 #define OUT_STR_NF(s) out_str_nf((char_u *)(s)) 1330 #define OUT_STR_NF(s) out_str_nf((char_u *)(s))
1331 #define MSG_PUTS(s) msg_puts((char_u *)(s)) 1331 #define MSG_PUTS(s) msg_puts((char_u *)(s))
1332 #define MSG_PUTS_ATTR(s, a) msg_puts_attr((char_u *)(s), (a)) 1332 #define MSG_PUTS_ATTR(s, a) msg_puts_attr((char_u *)(s), (a))
1333 #define MSG_PUTS_TITLE(s) msg_puts_title((char_u *)(s)) 1333 #define MSG_PUTS_TITLE(s) msg_puts_title((char_u *)(s))
1334 #define MSG_PUTS_LONG(s) msg_puts_long((char_u *)(s)) 1334 #define MSG_PUTS_LONG(s) msg_puts_long_attr((char_u *)(s), 0)
1335 #define MSG_PUTS_LONG_ATTR(s, a) msg_puts_long_attr((char_u *)(s), (a)) 1335 #define MSG_PUTS_LONG_ATTR(s, a) msg_puts_long_attr((char_u *)(s), (a))
1336 1336
1337 /* Prefer using emsg3(), because perror() may send the output to the wrong 1337 /* Prefer using emsg3(), because perror() may send the output to the wrong
1338 * destination and mess up the screen. */ 1338 * destination and mess up the screen. */
1339 #ifdef HAVE_STRERROR 1339 #ifdef HAVE_STRERROR