From 4544a18619bc78bdd9a18425126ead9fcfe03e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 31 Oct 2014 10:02:07 +0100 Subject: [vim] Vundle API Change --- .vim/bundles.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/bundles.vim b/.vim/bundles.vim index 06a091a..5fcbbcf 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -2,7 +2,7 @@ set nocompatible " be iMproved filetype off " required! set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() +call vundle#begin() " vundle itself " on a fresh install you need to do: @@ -68,4 +68,5 @@ Plugin 'PotatoesMaster/i3-vim-syntax' " LiveScript support Plugin 'necoro/vim-ls' +call vundle#end() filetype plugin indent on " required! -- cgit v1.2.3