.vim/ftplugin/mail.vim

changeset 657
628b4b962086
parent 570
fe86d57f654a
equal deleted inserted replaced
656:a74ea5b0fc73 657:628b4b962086
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 equalprg=pandoc\ -f\ markdown\ -t\ markdown
5 7
6 " http://cedricduval.free.fr/download/mail.vim 8 " http://cedricduval.free.fr/download/mail.vim
7 function! Mail_Erase_Sig() 9 function! Mail_Erase_Sig()
8 " search for the signature pattern (takes into account signature delimiters 10 " search for the signature pattern (takes into account signature delimiters
9 " from broken mailers that forget the space after the two dashes) 11 " from broken mailers that forget the space after the two dashes)

mercurial