We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83397bd commit b5d3fe6Copy full SHA for b5d3fe6
autoload/ctrlp.vim
@@ -1609,8 +1609,7 @@ endf
1609
fu! ctrlp#syntax()
1610
if ctrlp#nosy() | retu | en
1611
for [ke, va] in items(s:hlgrps) | cal ctrlp#hicheck('CtrlP'.ke, va) | endfo
1612
- if !hlexists('CtrlPLinePre')
1613
- \ && synIDattr(synIDtrans(hlID('Normal')), 'bg') !~ '^-1$\|^$'
+ if synIDattr(synIDtrans(hlID('Normal')), 'bg') !~ '^-1$\|^$'
1614
sil! exe 'hi CtrlPLinePre '.( has("gui_running") ? 'gui' : 'cterm' ).'fg=bg'
1615
en
1616
sy match CtrlPNoEntries '^ == NO ENTRIES ==$'
0 commit comments