aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-08-22 14:52:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-08-22 14:52:04 +1200
commit28b6c8e87d520ed6c0e37717a35411595ad85e82 (patch)
tree0360ceafe0c4adb59caefbdaf964a5d4d6253b20 /vim/vimrc
parentTweaked gvimrc (diff)
downloaddotfiles-28b6c8e87d520ed6c0e37717a35411595ad85e82.tar.gz
dotfiles-28b6c8e87d520ed6c0e37717a35411595ad85e82.zip
Forgot the nocompatible spiel.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ad5f7619..a8c28d40 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,3 +1,6 @@
+" Compatibility
+set nocompatible
+
" Plugins
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()