summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-02-07 21:36:49 -0500
committerJune McEnroe <june@causal.agency>2012-02-07 21:36:49 -0500
commit63b4fe6d66a96b74072e967164b8c6ee934a2e86 (patch)
tree080bcc265ea0a213d17a8863f508ab0067e34bd3 /.vimrc
parentUpdate jellybeans (diff)
downloadsrc-63b4fe6d66a96b74072e967164b8c6ee934a2e86.tar.gz
src-63b4fe6d66a96b74072e967164b8c6ee934a2e86.zip
Add back set nocompatible, even though it seemed to end up set anyway
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5d5e517c..1327ef2b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,5 @@
+set nocp " No child-porn here :P
+
 " Load pathogen
 runtime bundle/vim-pathogen/autoload/pathogen.vim
 call pathogen#infect()