mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0179
This commit is contained in:
@@ -752,7 +752,7 @@ add_msg_hist(s, len, attr)
|
||||
return;
|
||||
|
||||
/* Don't let the message history get too big */
|
||||
while (msg_hist_len > 20)
|
||||
while (msg_hist_len > MAX_MSG_HIST_LEN)
|
||||
(void)delete_first_msg();
|
||||
|
||||
/* allocate an entry and add the message at the end of the history */
|
||||
|
Reference in New Issue
Block a user