ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.58k stars 260 forks source link

Loading status message "(press ctrl-c to abort)" not exposed via g:ctrlp_status_func? #446

Open tashian opened 6 years ago

tashian commented 6 years ago

It seems that g:ctrlp_status_func displays the number of files scanned, but not the loading status message that normally appears when scanning a large directory tree. See vim-airline/vim-airline#1731 for an example that includes steps to reproduce this bug using the Airline plugin.

mattn commented 6 years ago

CtrlP doesn't know how many files exists.

alphaCTzo7G commented 6 years ago

I think what @tashian is saying is that if you use airline and ctrlp, it wont display the press (cntrl-c) to abort message when ctrlp is indexing the files..

I use lightline.. and it works fine.. it does display the press (ctrl-c) to abort message