Expose the marked list

This commit is contained in:
Kien N 2012-09-18 10:49:45 +07:00
parent 20f6e4097c
commit 51e26144c5

View File

@ -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