mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
ex_messages: remove 'Messages maintainer' (#5160)
This commit is contained in:

committed by
Justin M. Keyes

parent
fe6ec75725
commit
a8e973dea6
@@ -702,16 +702,9 @@ int delete_first_msg(void)
|
||||
void ex_messages(exarg_T *eap)
|
||||
{
|
||||
struct msg_hist *p;
|
||||
const char *s;
|
||||
|
||||
msg_hist_off = TRUE;
|
||||
|
||||
s = os_getenv("LANG");
|
||||
if (s)
|
||||
msg_attr((char_u *)
|
||||
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
|
||||
hl_attr(HLF_T));
|
||||
|
||||
for (p = first_msg_hist; p != NULL && !got_int; p = p->next)
|
||||
if (p->msg != NULL)
|
||||
msg_attr(p->msg, p->attr);
|
||||
|
Reference in New Issue
Block a user