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.
2 parents dae6135 + bebe7fd commit ebc568cCopy full SHA for ebc568c
autoload/ctrlp.vim
@@ -1591,7 +1591,7 @@ fu! s:formatline(str)
1591
let bufnr = s:bufnrfilpath(str)[0]
1592
let parts = s:bufparts(bufnr)
1593
let str = printf('%'.s:bufnr_width.'s', bufnr)
1594
- if s:has_conceal
+ if s:has_conceal && has('syntax_items')
1595
let str .= printf(' %-13s %s%-36s',
1596
\ '<bi>'.parts[0].'</bi>',
1597
\ '<bn>'.parts[1], '{'.parts[2].'}</bn>')
0 commit comments