Skip to content

Commit 381fc30

Browse files
remove ctrlp#get() and ctrlp#set()
1 parent a9a001d commit 381fc30

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

autoload/ctrlp.vim

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,14 +2753,6 @@ fu! s:notifyChange()
27532753
en
27542754
endf
27552755

2756-
fu! ctrlp#set(lines)
2757-
let g:ctrlp_lines = a:lines
2758-
endf
2759-
2760-
fu! ctrlp#get()
2761-
retu g:ctrlp_lines
2762-
endf
2763-
27642756
fu! ctrlp#update()
27652757
cal s:ForceUpdate()
27662758
endf

0 commit comments

Comments
 (0)