From b4c127d40a7acaafd7b94d1901b59da9db0265de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 May 2019 14:45:33 +1200 Subject: Don't add spaces when quoting mail --- vim/after/ftplugin/mail.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index e01872d6..39999075 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -1,3 +1,7 @@ +" Don't append spaces after quote chars, for strict compliance with +" format=flowed +let b:quote_space = 0 + " If something hasn't already moved the cursor, we'll move to an optimal point " to start writing if line('.') == 1 && col('.') == 1 -- cgit v1.2.3