From 43a671a4282ca1d11e81b6ee0e3c73a29a51233e Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Tue, 19 Aug 2014 12:26:29 -0500 Subject: [PATCH] Update vimrc --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 0fdc73a..57d3bd6 100644 --- a/vimrc +++ b/vimrc @@ -34,7 +34,7 @@ syntax on let mapleader="," " =============== Vundle Initialization =============== -" This loads all the plugins specified in ~/.vim/vundle.vim +" This loads all the plugins specified in ~/.vim/vundles.vim " Use Vundle plugin to manage all other plugins if filereadable(expand("~/.vim/vundles.vim")) source ~/.vim/vundles.vim