diff options
-rw-r--r-- | src/nvim/option_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option_vars.h b/src/nvim/option_vars.h index f4d0a9a4b0..9975e7870f 100644 --- a/src/nvim/option_vars.h +++ b/src/nvim/option_vars.h @@ -20,7 +20,7 @@ "R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,k:PmenuMatch,<:PmenuMatchSel,[:PmenuKind," \ "]:PmenuKindSel,{:PmenuExtra,}:PmenuExtraSel,x:PmenuSbar,X:PmenuThumb,*:TabLine,#:TabLineSel," \ "_:TabLineFill,!:CursorColumn,.:CursorLine,o:ColorColumn,q:QuickFixLine,z:StatusLineTerm," \ - "Z:StatusLineTermNC,g:MsgArea,0:Whitespace,I:NormalNC" + "Z:StatusLineTermNC,g:MsgArea,h:ComplMatchIns,0:Whitespace,I:NormalNC" // Default values for 'errorformat'. // The "%f|%l| %m" one is used for when the contents of the quickfix window is |