aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 21:27:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 21:27:25 +1300
commit341c4a40cfd7e9902359e30baf3911cf57510984 (patch)
tree93a016e9340b86a2b1ec805f942f11913247d8cb /vim/plugin
parentBind norm J on fixed_join.vim load if appropriate (diff)
downloaddotfiles-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.vim1
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)