diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-01-10 23:50:02 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-01-10 23:50:02 +0100 |
commit | 58709c49f6b6ede81dcf87752b09b8f64d84f1fc (patch) | |
tree | 3d9a50b80abee303e4663475b7c1e9e6fd4b7f2c /ftplugin/mail_vifm.vim | |
parent | 3d5b784fa59b0e70e0174174ba894054aa5b02bc (diff) | |
download | vim-polyglot-58709c49f6b6ede81dcf87752b09b8f64d84f1fc.tar.gz vim-polyglot-58709c49f6b6ede81dcf87752b09b8f64d84f1fc.zip |
Update
Diffstat (limited to 'ftplugin/mail_vifm.vim')
-rw-r--r-- | ftplugin/mail_vifm.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/mail_vifm.vim b/ftplugin/mail_vifm.vim index 09cac4c6..9d6ffb68 100644 --- a/ftplugin/mail_vifm.vim +++ b/ftplugin/mail_vifm.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 " Mail file type extension to pick files for attachments via vifm " Maintainer: xaizek <xaizek@posteo.net> -" Last Change: January 23, 2016 +" Last Change: January 01, 2018 " Insert attachment picked via vifm after 'Subject' header function! s:AddMailAttacments() @@ -26,7 +26,7 @@ function! s:AddMailAttacments() else " Work around handicapped neovim... let callback = { 'listf': l:listf } - function! callback.on_exit(id, code) + function! callback.on_exit(id, code, event) buffer # silent! bdelete! # call s:HandleRunResults(a:code, self.listf) |