mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.1.0779: argument for message functions is inconsistent
Problem: Argument for message functions is inconsistent. Solution: Make first argument to msg() "char *".
This commit is contained in:
@@ -989,7 +989,7 @@ EXTERN char_u *IObuff; /* sprintf's are done in this buffer,
|
||||
size is IOSIZE */
|
||||
EXTERN char_u *NameBuff; /* file names are expanded in this
|
||||
* buffer, size is MAXPATHL */
|
||||
EXTERN char_u msg_buf[MSG_BUF_LEN]; /* small buffer for messages */
|
||||
EXTERN char msg_buf[MSG_BUF_LEN]; /* small buffer for messages */
|
||||
|
||||
/* When non-zero, postpone redrawing. */
|
||||
EXTERN int RedrawingDisabled INIT(= 0);
|
||||
|
Reference in New Issue
Block a user