# HG changeset patch # User Steve Losh # Date 1280401702 14400 # Node ID b3642d06bd41b20104a1a44b56e588501494ed16 # Parent 039cb7662d50b2eef385ec8bfc38cba5bd4fc7ce vim: disable modelines diff -r 039cb7662d50 -r b3642d06bd41 vim/.vimrc --- a/vim/.vimrc Tue Jul 27 20:19:58 2010 -0400 +++ b/vim/.vimrc Thu Jul 29 07:08:22 2010 -0400 @@ -3,6 +3,9 @@ set nocompatible +" Security +set modelines=0 + " Tabs/spaces set tabstop=4 set shiftwidth=4