lib/vmail.vim in vmail-0.4.9 vs lib/vmail.vim in vmail-0.5.0
- old
+ new
@@ -262,10 +262,10 @@
setlocal nomodifiable
write
" if more than 2 lines change, vim forces us to look at a message.
" dismiss it.
if nummsgs > 2
- call feedkeys("\<cr>")
+ " call feedkeys("\<cr>")
endif
redraw
echo nummsgs . " message" . (nummsgs == 1 ? '' : 's') . " marked " . a:flag
endfunc