.vim/ftplugin/mail.vim

changeset 657
628b4b962086
parent 570
fe86d57f654a
--- a/.vim/ftplugin/mail.vim
+++ b/.vim/ftplugin/mail.vim
@@ -3,6 +3,8 @@ setl formatoptions=jaw12tcql
 setl spell
 setl noundofile noswapfile nobackup
 
+setl equalprg=pandoc\ -f\ markdown\ -t\ markdown
+
 " http://cedricduval.free.fr/download/mail.vim
 function! Mail_Erase_Sig()
   " search for the signature pattern (takes into account signature delimiters

mercurial