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