From d1d90a4332f8a166bb647a136b1b831ff42fd4c7 Mon Sep 17 00:00:00 2001 From: Mike Anderson Date: Fri, 19 Jun 2015 10:04:36 -0500 Subject: [PATCH] Remove sourcing ~/.vimrc.bundles No one is using this. --- vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrc b/vimrc index 96f85a7..914ed89 100644 --- a/vimrc +++ b/vimrc @@ -11,11 +11,6 @@ set encoding=utf-8 " Use syntax highlighting. syntax on -" Load the bundles file if it's there. -if filereadable(expand("~/.vimrc.bundles")) - source ~/.vimrc.bundles -endif - " Enable filetype detections. filetype plugin indent on