aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bf2c6929..35dfc26b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,7 +1,7 @@
" Don't make any effort to be compatible with vi, use more sensible settings
set nocompatible
-" If Pathogen is available, call it to load all the plugins in .vim/bundles;
+" If Pathogen is available, call it to load all the plugins in .vim/bundle;
" these are saved as submodules
silent! call pathogen#infect()
silent! call pathogen#helptags()