From 2905091b392cc6e21648e32b3b6b91c22b724bd8 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 14 Sep 2015 19:34:34 -0500 Subject: [PATCH] Fixed an issue with the .vimrc --- home/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.vimrc b/home/.vimrc index 694e2b0..9cac877 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -1,5 +1,5 @@ " Call pathogen if it's installed -execute pathogen#infect(bundle/{}) +call pathogen#infect("bundle/{}") """" " General Settings