From 0b601f86cd726c94f745ed9face8d0e2aa1d618e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 17 Sep 2015 14:42:53 +0100 Subject: [PATCH] vim: strip all spaces in the header --- vim/ftplugin/mail.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/ftplugin/mail.vim b/vim/ftplugin/mail.vim index 1d4dbba..654f7ba 100644 --- a/vim/ftplugin/mail.vim +++ b/vim/ftplugin/mail.vim @@ -1 +1,3 @@ setlocal formatoptions+=awt " auto-format + +keeppatterns keepjumps 1;/^$/s/ *$/ -- 2.48.1