From b1799197fed30dea6b3feb3324f2fdbaf9d88e0c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 5 Jun 2019 10:32:14 -0700 Subject: [PATCH] Set nomodeline. --- dotfiles/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 49f85c8..a88e97d 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -47,8 +47,8 @@ endif silent! colorscheme solarized8 " Default ASM syntax for ft support let asmsyntax="nasm" -" Allow file modelines -set modeline +" Too risky to allow file modelines +set nomodeline " Automatically re-read changed files set autoread " fsync() after writing files