[ADD][VIM] Mail filetype configuration

This commit is contained in:
Bruno BELANYI 2020-02-04 13:27:50 +01:00
parent df7220c155
commit 0ad4b69dad

View 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<'