d11wtq / ctrlp_bdelete.vim

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

E117: Unknown function: ctrlp_bdelete#init #6

Closed firedev closed 9 years ago

firedev commented 9 years ago

Hi,

Is there anything specific I should do to install this? I use Vundle and here is a sample of my .vimrc:

Plugin 'kien/ctrlp.vim'
Plugin 'd11wtq/ctrlp_bdelete.vim'
call ctrlp_bdelete#init()
E117: Unknown function: ctrlp_bdelete#init

And it is not in the autocomplete:

:call ctrlp<tab><tab>
ctrlp#mrufiles#add(         ctrlp#mrufiles#list(        ctrlp#mrufiles#tgrel()      ctrlp#utils#glob(           ctrlp#utils#opts()
ctrlp#mrufiles#bufs()       ctrlp#mrufiles#opts()       ctrlp#utils#cachedir()      ctrlp#utils#globpath(       ctrlp#utils#readfile(
ctrlp#mrufiles#cachefile()  ctrlp#mrufiles#refresh(     ctrlp#utils#cachefile(      ctrlp#utils#lash()          ctrlp#utils#writecache(
ctrlp#mrufiles#init()       ctrlp#mrufiles#remove(      ctrlp#utils#fnesc(          ctrlp#utils#mkdir(
d11wtq commented 9 years ago

Did you run :PluginInstall?

firedev commented 9 years ago

Okay I got it, I can't do that inside vundle's plugin section. Thought that would help me to keep .vimrc neatly organized.

d11wtq commented 9 years ago

:+1: