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

changeset 1125
58490a30d6fb
parent 1029
9265f8508e4c
child 1163
40367220022e
equal deleted inserted replaced
1124:cb981f8aba50 1125:58490a30d6fb
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)

mercurial