Skip to content

Commit 5a0f323

Browse files
Kent Sibilevmattn
authored andcommitted
trying to fix buflist
1 parent 6e2dd63 commit 5a0f323

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,7 @@ fu! s:bufnrfilpath(line)
20002000
let filpath = bufnr
20012001
else
20022002
let bufnr = bufnr(a:line)
2003+
retu [bufnr, a:line]
20032004
en
20042005
en
20052006
retu [bufnr, filpath]

0 commit comments

Comments
 (0)