refactor(highlight): rename FloatBorderTitle #20988

requested in https://github.com/neovim/neovim/pull/20184
This commit is contained in:
Raphael
2022-11-07 20:02:00 +08:00
committed by GitHub
parent 31ffc360f2
commit 3435cdfb94
4 changed files with 5 additions and 5 deletions

View File

@@ -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.