.config/nvim/after/ftplugin/mail.vim

changeset 1163
40367220022e
parent 1125
58490a30d6fb
equal deleted inserted replaced
1162:e6da5f7156c2 1163:40367220022e
1 setl textwidth=72 1 setl textwidth=72
2 setl formatoptions=jaw12tcql 2 setl formatoptions=jaw12tcql
3 setl spell 3 setl spell
4 setl noundofile noswapfile nobackup 4 setl noundofile noswapfile nobackup
5
6 setl formatprg=pandoc\ -f\ markdown\ -t\ markdown
7 5
8 " http://cedricduval.free.fr/download/mail.vim 6 " http://cedricduval.free.fr/download/mail.vim
9 function! Mail_Erase_Sig() 7 function! Mail_Erase_Sig()
10 " search for the signature pattern (takes into account signature delimiters 8 " search for the signature pattern (takes into account signature delimiters
11 " from broken mailers that forget the space after the two dashes) 9 " from broken mailers that forget the space after the two dashes)

mercurial