X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fmail.vim;h=8d46f5a6e28d5f2c5689d3da28d1b96402d41c2b;hb=HEAD;hp=3005e25332f509ece6bf16c556c21ad534661f0a;hpb=6f2cf38580db0de26020a1fc5bff4986c263cae9;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim deleted file mode 100644 index 3005e25..0000000 --- a/vim/after/ftplugin/mail.vim +++ /dev/null @@ -1,19 +0,0 @@ -" Vim filetype plugin file -" Language: Mail -" Maintainer: Simon Ruderich -" Last Change: 2008-12-07 - - -" Use only 65 characters per line as given in rfc1855. -setlocal textwidth=65 - -" Replace trailing spaces except after mail headers (To:, etc.) or a signature -" delimiter (-- ). -silent! %s/\(^\([a-zA-z-]\+:\|--\)\)\@ > to >>). -silent! %s/^\(>\+\) >/\1>/g -silent! %s/^\(>\+\) >/\1>/g - -" Move directly after the headers. -normal gg -normal }