From fa868f98d464bec0cb748bf74cf9f86ff5e935f5 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 10 Mar 2020 16:30:37 +0100 Subject: [PATCH] limit comments syntax for mail --- .vim/after/ftplugin/mail.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/after/ftplugin/mail.vim b/.vim/after/ftplugin/mail.vim index 8c59b11..8801197 100644 --- a/.vim/after/ftplugin/mail.vim +++ b/.vim/after/ftplugin/mail.vim @@ -6,6 +6,8 @@ setlocal formatoptions+=a setlocal formatoptions+=w setlocal formatoptions+=n +setlocal comments=n:> + "setlocal spell augroup tsperrorinsert -- 2.39.5