Skip to content

Commit e99893b

Browse files
fixed NotifySearch
1 parent feca722 commit e99893b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autoload/ctrlp.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ fu! s:BuildPrompt(upd)
791791
exe 'echoh' hibase '| echon "_" | echoh None'
792792
en
793793
if a:upd
794-
cal s:notifySearch()
794+
cal s:NotifySearch()
795795
en
796796
endf
797797
" - SetDefTxt() {{{1
@@ -2746,7 +2746,7 @@ fu! ctrlp#init(type, ...)
27462746
endf
27472747

27482748
" - Events {{{1
2749-
fu! s:notifySearch()
2749+
fu! s:NotifySearch()
27502750
let l:cb = s:getextvar('search')
27512751
if l:cb != -1
27522752
cal eval(l:cb)

0 commit comments

Comments
 (0)