Fix MatchParen (#14)

Current  setting is the same as the cursor, making it confusing
This commit is contained in:
Henry John Kupty 2017-12-09 17:10:30 -02:00 committed by Ike Ku
parent ca78f8b4e1
commit 4c418ff99f

View File

@ -102,7 +102,7 @@ exe "hi! FoldColumn" .s:fg_none .s:bg_panel .s:fmt_none
exe "hi! SignColumn" .s:fg_none .s:bg_panel .s:fmt_none exe "hi! SignColumn" .s:fg_none .s:bg_panel .s:fmt_none
" Incsearch" " Incsearch"
exe "hi! MatchParen" .s:fg_bg .s:bg_fg .s:fmt_none exe "hi! MatchParen" .s:fg_fg .s:bg_bg .s:fmt_undr
exe "hi! ModeMsg" .s:fg_string .s:bg_none .s:fmt_none exe "hi! ModeMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! MoreMsg" .s:fg_string .s:bg_none .s:fmt_none exe "hi! MoreMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! NonText" .s:fg_bg .s:bg_none .s:fmt_none exe "hi! NonText" .s:fg_bg .s:bg_none .s:fmt_none