Skip to content

Commit

Permalink
Expose the marked list
Browse files Browse the repository at this point in the history
  • Loading branch information
kien committed Sep 18, 2012
1 parent 20f6e40 commit 51e2614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoload/ctrlp.vim
Expand Up @@ -2017,6 +2017,10 @@ fu! ctrlp#getcline()
retu !empty(s:lines) ? s:lines[line('.') - 1] : ''
endf

fu! ctrlp#getmarkedlist()
retu exists('s:marked') ? values(s:marked) : []
endf

fu! ctrlp#exit()
cal s:PrtExit()
endf
Expand Down

0 comments on commit 51e2614

Please sign in to comment.