diff options
author | June McEnroe <programble@gmail.com> | 2012-02-07 21:36:49 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-02-07 21:36:49 -0500 |
commit | 1ef3b1e665c96e6cfb43595628f36740f0061dd9 (patch) | |
tree | 080bcc265ea0a213d17a8863f508ab0067e34bd3 | |
parent | Update jellybeans (diff) | |
download | src-1ef3b1e665c96e6cfb43595628f36740f0061dd9.tar.gz src-1ef3b1e665c96e6cfb43595628f36740f0061dd9.zip |
Add back set nocompatible, even though it seemed to end up set anyway
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
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() |