diff options
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index 6bc2ce237b..c100bc36b4 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -3653,7 +3653,7 @@ void ex_display(exarg_T *eap) if (arg != NULL && *arg == NUL) { arg = NULL; } - int hl_id = HLF_8 + 1; + int hl_id = HLF_8; // Highlight title msg_puts_title(_("\nType Name Content")); |