aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-25 20:37:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-25 20:37:15 +1200
commit982565ce5f8acd5a422fcd5e1b18e2c48160189f (patch)
tree0be9fedfe6d28743891fe75c9d8358229ea6817b /vim
parentFlesh out README.markdown quite a lot (diff)
downloaddotfiles-982565ce5f8acd5a422fcd5e1b18e2c48160189f.tar.gz
dotfiles-982565ce5f8acd5a422fcd5e1b18e2c48160189f.zip
Fix pathname to Vim bundles
Diffstat (limited to 'vim')
-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()