We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cc73b commit bebe7fdCopy full SHA for bebe7fd
1 file changed
autoload/ctrlp.vim
@@ -1590,7 +1590,7 @@ fu! s:formatline(str)
1590
let bufnr = s:bufnrfilpath(str)[0]
1591
let parts = s:bufparts(bufnr)
1592
let str = printf('%'.s:bufnr_width.'s', bufnr)
1593
- if s:has_conceal
+ if s:has_conceal && has('syntax_items')
1594
let str .= printf(' %-13s %s%-36s',
1595
\ '<bi>'.parts[0].'</bi>',
1596
\ '<bn>'.parts[1], '{'.parts[2].'}</bn>')
0 commit comments