From 341c4a40cfd7e9902359e30baf3911cf57510984 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 Nov 2017 21:27:25 +1300 Subject: Remove stray blank line from mail_mutt.vim --- vim/plugin/mail_mutt.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/plugin/mail_mutt.vim b/vim/plugin/mail_mutt.vim index 24ce01dd..13389309 100644 --- a/vim/plugin/mail_mutt.vim +++ b/vim/plugin/mail_mutt.vim @@ -27,7 +27,6 @@ function! s:MailMutt(start, end) let l:command = 'write ' . fnameescape(l:tf) execute l:range . l:command - " Run mutt(1) with that file as its input execute '!mutt -i ' . shellescape(l:tf) -- cgit v1.2.3