Skip to content

Commit

Permalink
fix depricated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
borisnadion committed Nov 24, 2014
1 parent b71a217 commit adc38fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundles.vim
Expand Up @@ -5,7 +5,7 @@ if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif

call neobundle#rc(expand('~/.vim/bundle/'))
call neobundle#begin(expand('~/.vim/bundle/'))

" plugin management
NeoBundleFetch 'Shougo/neobundle.vim'
Expand Down Expand Up @@ -134,5 +134,7 @@ NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/unite-outline'
NeoBundle 'ujihisa/unite-colorscheme'

call neobundle#end()

filetype plugin indent on

0 comments on commit adc38fe

Please sign in to comment.