aboutsummaryrefslogtreecommitdiff
path: root/modules/vim
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 19:48:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 19:48:28 -0200
commit99a50cefad0ebcb09dfe2958749ae35686a40aa7 (patch)
treea96c0d1181181ca9fdc807089256697010230259 /modules/vim
parent1e048d80a67f5a35902682e9f04ec80c5253c719 (diff)
downloadmetadot-99a50cefad0ebcb09dfe2958749ae35686a40aa7.tar.gz
metadot-99a50cefad0ebcb09dfe2958749ae35686a40aa7.tar.bz2
Disabling modeline in vim
Diffstat (limited to 'modules/vim')
-rw-r--r--modules/vim/vimrc3
1 files changed, 3 insertions, 0 deletions
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