From d59459a848b35117b1e07e06611888174381e6e2 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 13 Dec 2012 11:07:02 -0500 Subject: [PATCH] Fix Case Sensitive Bundle Name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turns out Vundle is caseĀ sensitiveĀ and my Github username has caps in it --- vim/dot_vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/dot_vimrc b/vim/dot_vimrc index b11e8f0..409b5ab 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -37,7 +37,7 @@ Bundle 'vividchalk.vim' Bundle 'gregsexton/MatchTag' " Filetypes -Bundle 'vividboarder/vim-forcedotcom' +Bundle 'ViViDboarder/vim-forcedotcom' "Allow arrow keys set nocompatible