X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fmail.vim;h=ee558b23117993c328e42d8e8bd47da76eedec9b;hb=c729f09c20a403f95d1196e21a97c90ca669ffba;hp=5270ae7eb930c7162afe9e186c5c57313fbe1306;hpb=60d723311eaa67848d3e1718fbcda808896ca5a0;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 5270ae7..ee558b2 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -23,7 +23,7 @@ " Use only 65 characters per line as given in rfc1855. setlocal textwidth=65 -" Replace trailing whitespace after quotes. +" Remove trailing whitespace after quotes. silent! %s/\(^>.\{-}\)\@<=\s\+$// " Remove spaces between quotes (> > to >>). silent! %s/^>\+\zs >/>/g