]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
after/ftplugin/mail.vim: Fix documentation typo.
authorSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 20:53:01 +0000 (21:53 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 20:53:01 +0000 (21:53 +0100)
vim/after/ftplugin/mail.vim

index 5270ae7eb930c7162afe9e186c5c57313fbe1306..ee558b23117993c328e42d8e8bd47da76eedec9b 100644 (file)
@@ -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