[ADD][VIM] Mail filetype configuration
This commit is contained in:
parent
df7220c155
commit
0ad4b69dad
6
vim/.vim/after/ftplugin/mail.vim
Normal file
6
vim/.vim/after/ftplugin/mail.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
||||
call ftplugined#check_undo_ft()
|
||||
|
||||
" Change max length of a line to 72 to follow the netiquette
|
||||
setlocal colorcolumn=72
|
||||
let b:undo_ftplugin.='|setlocal colorcolumn<'
|
Loading…
Reference in a new issue