mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
refactor(highlight): rename FloatBorderTitle #20988
requested in https://github.com/neovim/neovim/pull/20184
This commit is contained in:
@@ -179,7 +179,7 @@ EXTERN const char *hlf_names[] INIT(= {
|
||||
[HLF_WBR] = "WinBar",
|
||||
[HLF_WBRNC] = "WinBarNC",
|
||||
[HLF_CU] = "Cursor",
|
||||
[HLF_BTITLE] = "FloatBorderTitle",
|
||||
[HLF_BTITLE] = "FloatTitle",
|
||||
});
|
||||
|
||||
EXTERN int highlight_attr[HLF_COUNT + 1]; // Highl. attr for each context.
|
||||
|
Reference in New Issue
Block a user