mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +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
@@ -2933,8 +2933,9 @@ void check_visual_highlight(void)
|
||||
static bool did_check = false;
|
||||
|
||||
if (full_screen) {
|
||||
if (!did_check && hl_attr(HLF_V) == 0)
|
||||
if (!did_check && HL_ATTR(HLF_V) == 0) {
|
||||
MSG(_("Warning: terminal cannot highlight"));
|
||||
}
|
||||
did_check = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user