lib/vmail.vim in vmail-1.5.4 vs lib/vmail.vim in vmail-1.5.5

- old
+ new

@@ -632,11 +632,11 @@ echo "Sending message" let res = system(s:deliver_command, mail) if match(res, '^Failed') == -1 call s:close_and_focus_list_window() endif - redraw echom substitute(res, '[\s\r\n]\+$', '', '') + redraw endfunction " -------------------------------------------------------------------------------- " call from inside message window with <Leader>h