From 1035e46b650ad4b4b0e979a121ba4f4273261533 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 8 Jul 2021 10:02:44 +0300 Subject: [PATCH] commentstring friendly "> " Mutt's quotes --- vim/.vim/ftdetect/mutt.vim | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0