d11wtq / ctrlp_bdelete.vim

An extension to ctrlp.vim for deleting open buffers
58 stars 14 forks source link

Doesn't Seem To Work #1

Closed amadeus closed 10 years ago

amadeus commented 10 years ago

For some reason, this doesn't seem to work. I am using NeoBundle, which is basically the same as Vundle/Pathogen.

On load I get: image

Trying to figure out why the autoload might not be getting sourced...

amadeus commented 10 years ago

Figured it out.

The command to run it in the readme is incorrect, it needs to be

call ctrlp_bdelete#init()
amadeus commented 10 years ago

P.S. Thanks for making this, it looks like it works well!

d11wtq commented 10 years ago

Oh, thanks for the heads up. Fixed the README.