From b2ad7384e9d53c483b6f360b717f016601a9575f Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 18 Aug 2014 16:42:57 +0200 Subject: [PATCH] vimrc: secure modelines --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1277951..d881929 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,8 @@ NeoBundle 'Shougo/unite.vim' NeoBundle 'tsukkee/unite-tag' NeoBundle 'Shougo/neomru.vim' +NeoBundle 'ciaranm/securemodelines' + NeoBundle 'nanotech/jellybeans.vim' NeoBundle 'majutsushi/tagbar' NeoBundle 'bling/vim-airline' @@ -71,7 +73,7 @@ call neobundle#end() filetype plugin indent on set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si -set ml mls=5 " scan 5 lines for modelines +set noml mls=5 " scan 5 lines for modelines syn on " enable syntax highlighting set hls " highlight search set bg=dark " dark background