aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:33:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:33:33 +1200
commit5a2a77b053430620bee8193e1b6e1f1001c82473 (patch)
tree65a1a06983afdd795bf80edfeb2fe7af6fd2d1f0 /vim/vimrc
parentOh bugger, bundle, not bundles (diff)
downloaddotfiles-5a2a77b053430620bee8193e1b6e1f1001c82473.tar.gz
dotfiles-5a2a77b053430620bee8193e1b6e1f1001c82473.zip
Ah OK, so you can't detect Pathogen that way ...
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 795e2917..20a88fc9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,8 +1,6 @@
" Plugins
-if exists("g:loaded_pathogen")
- call pathogen#runtime_append_all_bundles()
- call pathogen#helptags()
-endif
+call pathogen#runtime_append_all_bundles()
+call pathogen#helptags()
" Colors
if has("syntax") && ((&t_Co > 15) || has("gui_running"))