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 |
5 |
6 setl equalprg=pandoc\ -f\ markdown\ -t\ markdown |
6 setl formatprg=pandoc\ -f\ markdown\ -t\ markdown |
7 |
7 |
8 " http://cedricduval.free.fr/download/mail.vim |
8 " http://cedricduval.free.fr/download/mail.vim |
9 function! Mail_Erase_Sig() |
9 function! Mail_Erase_Sig() |
10 " search for the signature pattern (takes into account signature delimiters |
10 " search for the signature pattern (takes into account signature delimiters |
11 " from broken mailers that forget the space after the two dashes) |
11 " from broken mailers that forget the space after the two dashes) |