diff options
Diffstat (limited to 'src/nvim/highlight.h')
-rw-r--r-- | src/nvim/highlight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/highlight.h b/src/nvim/highlight.h index 1be70100de..a89d778474 100644 --- a/src/nvim/highlight.h +++ b/src/nvim/highlight.h @@ -15,7 +15,6 @@ EXTERN const char *hlf_names[] INIT( = { [HLF_8] = "SpecialKey", [HLF_EOB] = "EndOfBuffer", [HLF_TERM] = "TermCursor", - [HLF_TERMNC] = "TermCursorNC", [HLF_AT] = "NonText", [HLF_D] = "Directory", [HLF_E] = "ErrorMsg", |