mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0466: still macros that should be all-caps
Problem: There are still a few macros that should be all-caps. Solution: Make a few more macros all-caps.
This commit is contained in:
@@ -6032,7 +6032,7 @@ uc_list(char_u *name, size_t name_len)
|
||||
msg_putchar(gap != &ucmds ? 'b' : ' ');
|
||||
msg_putchar(' ');
|
||||
|
||||
msg_outtrans_attr(cmd->uc_name, hl_attr(HLF_D));
|
||||
msg_outtrans_attr(cmd->uc_name, HL_ATTR(HLF_D));
|
||||
len = (int)STRLEN(cmd->uc_name) + 4;
|
||||
|
||||
do {
|
||||
@@ -8480,7 +8480,7 @@ ex_tabs(exarg_T *eap UNUSED)
|
||||
{
|
||||
msg_putchar('\n');
|
||||
vim_snprintf((char *)IObuff, IOSIZE, _("Tab page %d"), tabcount++);
|
||||
msg_outtrans_attr(IObuff, hl_attr(HLF_T));
|
||||
msg_outtrans_attr(IObuff, HL_ATTR(HLF_T));
|
||||
out_flush(); /* output one line at a time */
|
||||
ui_breakcheck();
|
||||
|
||||
|
Reference in New Issue
Block a user