Set nomodeline.

This commit is contained in:
David Tomaschik
2019-06-05 10:32:14 -07:00
parent 4b37169735
commit b1799197fe

View File

@@ -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