ex_messages: remove 'Messages maintainer' (#5160)

This commit is contained in:
Anmol Sethi
2016-08-04 21:01:32 -04:00
committed by Justin M. Keyes
parent fe6ec75725
commit a8e973dea6
35 changed files with 0 additions and 157 deletions

View File

@@ -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);