Expose the marked list
This commit is contained in:
parent
20f6e4097c
commit
51e26144c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user