Skip to content

Commit 971c4d4

Browse files
authored
Merge pull request #561 from obcat/restore-line-prefix
Restore line prefix
2 parents 3866ae1 + 5b09668 commit 971c4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ fu! s:formatline(str)
17391739
retu s:lineprefix.( cond ? s:pathshorten(str) : str )
17401740
endf
17411741

1742-
fu! s:formatline2(ct, str)
1742+
fu! s:formatline2(ct, key, str)
17431743
let str = a:str
17441744
if a:ct == 'buf'
17451745
let bufnr = s:bufnrfilpath(str)[0]

0 commit comments

Comments
 (0)