1
0
Fork 0

vim: Set format options for filetype “mail”

This commit is contained in:
coderkun 2020-03-01 13:36:06 +01:00
parent e1ab1e533b
commit 183b7bdd35

View file

@ -2,6 +2,7 @@ augroup filetypedetect
" Mail
autocmd BufRead,BufNewFile /tmp/evo* setfiletype mail
autocmd FileType mail setlocal colorcolumn=72
autocmd FileType mail setlocal formatoptions+=aw
augroup END