vmail 0.4.9 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -0
- data/lib/vmail.vim +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/vmail.vim
CHANGED
|
@@ -264,7 +264,7 @@ func! s:delete_messages(flag) range
|
|
|
264
264
|
" if more than 2 lines change, vim forces us to look at a message.
|
|
265
265
|
" dismiss it.
|
|
266
266
|
if nummsgs > 2
|
|
267
|
-
|
|
267
|
+
" call feedkeys("\<cr>")
|
|
268
268
|
endif
|
|
269
269
|
redraw
|
|
270
270
|
echo nummsgs . " message" . (nummsgs == 1 ? '' : 's') . " marked " . a:flag
|
data/lib/vmail/version.rb
CHANGED