dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 0f7cee2027fcf245864ebe0a2136a2bdafa0a16b
parent c8a4287e1919254723af64a099fac977714f9662
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 13 Dec 2015 21:57:24 -0800

Vim: Make vim look in ~/.vim folder for vundle, not ~/dotfiles/vim

Diffstat:
vimrc.bundles | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc.bundles b/vimrc.bundles @@ -2,7 +2,7 @@ set nocompatible filetype off -set rtp+=~/dotfiles/vim/bundle/Vundle.vim +set rtp+=~/.vim/bundle/Vundle.vim call vundle#rc() " load Vundle