Skip to content

Commit ebc568c

Browse files
authored
Merge pull request #479 from ctrlpvim/fix419
Fix #419
2 parents dae6135 + bebe7fd commit ebc568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ fu! s:formatline(str)
15911591
let bufnr = s:bufnrfilpath(str)[0]
15921592
let parts = s:bufparts(bufnr)
15931593
let str = printf('%'.s:bufnr_width.'s', bufnr)
1594-
if s:has_conceal
1594+
if s:has_conceal && has('syntax_items')
15951595
let str .= printf(' %-13s %s%-36s',
15961596
\ '<bi>'.parts[0].'</bi>',
15971597
\ '<bn>'.parts[1], '{'.parts[2].'}</bn>')

0 commit comments

Comments
 (0)