diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-01-11 09:08:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-11 09:08:01 +0800 |
commit | c060a6ea640eb433197ec554ff7cf6469ee1c0e7 (patch) | |
tree | 6919902bc87ed44ae3608df5427352ee252276ab | |
parent | df45b336f5c097609909dbc9f1e37e88961886d9 (diff) | |
download | rneovim-c060a6ea640eb433197ec554ff7cf6469ee1c0e7.tar.gz rneovim-c060a6ea640eb433197ec554ff7cf6469ee1c0e7.tar.bz2 rneovim-c060a6ea640eb433197ec554ff7cf6469ee1c0e7.zip |
vim-patch:9.1.1001: ComplMatchIns highlight hard to read on light background (#31958)
Problem: ComplMatchIns highlight hard to read on light background
(after v9.1.0996)
Solution: define the highlighting group cleared, it should be configured in
colorschemes separately (glepnir)
closes: vim/vim#16414
https://github.com/vim/vim/commit/ad409876d9cf7e565f99c5e21b9e2e400a83a4d4
Co-authored-by: glepnir <glephunter@gmail.com>
-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 |