lib/vmail.vim in vmail-1.2.9 vs lib/vmail.vim in vmail-1.3.0
- old
+ new
@@ -638,10 +638,10 @@
function! s:send_message()
let mail = join(getline(1,'$'), "\n")
echo "sending message"
call system(s:deliver_command, mail)
redraw
- echo "sent! press q to go back to message list"
+ echo "sent! press ,q to go back to message list"
redraw
endfunction
" --------------------------------------------------------------------------------