vimrc: secure modelines

This commit is contained in:
Gabriel Ebner 2014-08-18 16:42:57 +02:00
parent f69ef652d5
commit b2ad7384e9

4
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