mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Set nomodeline.
This commit is contained in:
@@ -47,8 +47,8 @@ endif
|
|||||||
silent! colorscheme solarized8
|
silent! colorscheme solarized8
|
||||||
" Default ASM syntax for ft support
|
" Default ASM syntax for ft support
|
||||||
let asmsyntax="nasm"
|
let asmsyntax="nasm"
|
||||||
" Allow file modelines
|
" Too risky to allow file modelines
|
||||||
set modeline
|
set nomodeline
|
||||||
" Automatically re-read changed files
|
" Automatically re-read changed files
|
||||||
set autoread
|
set autoread
|
||||||
" fsync() after writing files
|
" fsync() after writing files
|
||||||
|
|||||||
Reference in New Issue
Block a user