From: Sergey Matveev Date: Thu, 8 Jul 2021 07:02:44 +0000 (+0300) Subject: commentstring friendly "> " Mutt's quotes X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=1035e46b650ad4b4b0e979a121ba4f4273261533 commentstring friendly "> " Mutt's quotes --- diff --git a/vim/.vim/ftdetect/mutt.vim b/vim/.vim/ftdetect/mutt.vim index e8b91bb..e706174 100644 --- a/vim/.vim/ftdetect/mutt.vim +++ b/vim/.vim/ftdetect/mutt.vim @@ -9,3 +9,4 @@ endfunction autocmd BufRead /tmp/mutt-* call s:KillSignature() autocmd BufRead /tmp/mutt-* setlocal textwidth=72 autocmd BufRead /tmp/mutt-* setlocal commentstring=>%s +autocmd BufRead /tmp/mutt-* silent %substitute /^> */>/e | set nohlsearch