diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-06-25 13:38:07 +0200 |
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-06-25 13:38:15 +0200 |
| commit | abca7c20144a1aa0c0197e17cacd892e3ff99ff2 (patch) | |
| tree | 571bb7b6905b1d42e8a269c2cb643535904b8ec7 /ftplugin/mail_vifm.vim | |
| parent | 8b6c06e7239eb46d5b5096fd7fe9507aca88b091 (diff) | |
| download | vim-polyglot-abca7c20144a1aa0c0197e17cacd892e3ff99ff2.tar.gz vim-polyglot-abca7c20144a1aa0c0197e17cacd892e3ff99ff2.zip | |
Update
Diffstat (limited to '')
| -rw-r--r-- | ftplugin/mail_vifm.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftplugin/mail_vifm.vim b/ftplugin/mail_vifm.vim index c9849fbc..4896b892 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 02, 2018 +" Last Change: June 22, 2020 " Insert attachment picked via vifm after 'Subject' header function! s:AddMailAttachments() @@ -43,9 +43,7 @@ endfunction function! s:HandleRunResults(exitcode, listf) if a:exitcode != 0 - echohl WarningMsg - echo 'Got non-zero code from vifm: ' . a:exitcode - echohl None + echoerr 'Got non-zero code from vifm: ' . a:exitcode call delete(a:listf) return endif |
