From c729f09c20a403f95d1196e21a97c90ca669ffba Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 2 Dec 2012 21:53:01 +0100 Subject: [PATCH] after/ftplugin/mail.vim: Fix documentation typo. --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2