From: Silvio Rhatto Date: Mon, 28 Jan 2013 21:48:28 +0000 (-0200) Subject: Disabling modeline in vim X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=99a50cefad0ebcb09dfe2958749ae35686a40aa7;p=metadot.git Disabling modeline in vim --- diff --git a/modules/vim/vimrc b/modules/vim/vimrc index c4f3c22..7210c40 100644 --- a/modules/vim/vimrc +++ b/modules/vim/vimrc @@ -47,6 +47,9 @@ endif " Pathogen - https://github.com/tpope/vim-pathogen call pathogen#infect() +" No modelines +set nomodeline + " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc