From 3ff90208ee2282c3c1a1d06069b80128aa3e8b7f Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Fri, 18 Dec 2015 03:04:13 +0100 Subject: [PATCH] remove wrong vundlepath --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 026f7ad..bcb1318 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,7 +12,7 @@ filetype off " required set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins -call vundle#begin('~/some/path/here') +" call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim'