mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Problem: There are still a few macros that should be all-caps.
Solution: Make a few more macros all-caps.
8820b48654
This commit is contained in:

committed by
Justin M. Keyes

parent
b94b59e4e8
commit
bbb88607c9
@@ -20438,7 +20438,7 @@ static void list_func_head(ufunc_T *fp, int indent)
|
||||
MSG_PUTS(" ");
|
||||
MSG_PUTS("function ");
|
||||
if (fp->uf_name[0] == K_SPECIAL) {
|
||||
MSG_PUTS_ATTR("<SNR>", hl_attr(HLF_8));
|
||||
MSG_PUTS_ATTR("<SNR>", HL_ATTR(HLF_8));
|
||||
msg_puts((const char *)fp->uf_name + 3);
|
||||
} else {
|
||||
msg_puts((const char *)fp->uf_name);
|
||||
|
Reference in New Issue
Block a user