From 5f5173716df1896177b11cbad1687dc5737477a3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 16 Apr 2015 11:23:07 +0200 Subject: vim: neobundle: use begin/end --- vim/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index b1c0efc..198f50f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -7,7 +7,7 @@ set runtimepath=$XDG_CONFIG_HOME/vim,$VIM,$VIMRUNTIME,/usr/share/vim/vimfiles,$X " NeoBundle stuff set runtimepath+=~/.config/vim/bundle/neobundle.vim/ -call neobundle#rc("$XDG_CONFIG_HOME/vim/bundle") +call neobundle#begin("$XDG_CONFIG_HOME/vim/bundle") NeoBundleFetch 'Shougo/neobundle.vim' NeoBundle 'Shougo/vimproc', { @@ -26,6 +26,8 @@ NeoBundle 'mattn/emmet-vim' NeoBundle 'miekg/rfc' NeoBundle 'tommcdo/vim-exchange' +call neobundle#end() + " Make backspace behave in a sane manner. set backspace=indent,eol,start -- cgit v1.2.3-54-g00ecf