kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

********************************PROJECT IS UNMAINTAINED******************************** #669

Open raventid opened 9 years ago

raventid commented 9 years ago

The project is unmaintained, star and support most popular active fork of it at https://github.com/ctrlpvim/ctrlp.vim

vsushkov commented 9 years ago

Nice issue name. It's very easy to see, thanks! :+1:

digital-carver commented 9 years ago

Thanks for the notification. For those of us that use Vundle, it seems simply changing
Plugin 'kien/ctrlp.vim'
to
Plugin 'ctrlpvim/ctrlp.vim'
is enough. Vundle is apparently smart enough to understand that it's the same plugin but with a new remote, and will automatically update the contents of the plugin folder during your next PluginUpdate.

jteplitz commented 9 years ago

You should probably add this to the readme. Made a PR https://github.com/kien/ctrlp.vim/pull/670