diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-12 21:27:25 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-12 21:27:25 +1300 |
commit | 341c4a40cfd7e9902359e30baf3911cf57510984 (patch) | |
tree | 93a016e9340b86a2b1ec805f942f11913247d8cb /vim/plugin | |
parent | Bind norm J on fixed_join.vim load if appropriate (diff) | |
download | dotfiles-341c4a40cfd7e9902359e30baf3911cf57510984.tar.gz dotfiles-341c4a40cfd7e9902359e30baf3911cf57510984.zip |
Remove stray blank line from mail_mutt.vim
Diffstat (limited to 'vim/plugin')
-rw-r--r-- | vim/plugin/mail_mutt.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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) |