Skip to content

Commit

Permalink
Merge pull request ctrlpvim#561 from obcat/restore-line-prefix
Browse files Browse the repository at this point in the history
Restore line prefix
  • Loading branch information
mattn authored Nov 12, 2020
2 parents 3866ae1 + 5b09668 commit 971c4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ctrlp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ fu! s:formatline(str)
retu s:lineprefix.( cond ? s:pathshorten(str) : str )
endf

fu! s:formatline2(ct, str)
fu! s:formatline2(ct, key, str)
let str = a:str
if a:ct == 'buf'
let bufnr = s:bufnrfilpath(str)[0]
Expand Down

0 comments on commit 971c4d4

Please sign in to comment.