vmail 2.0.9 → 2.1.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.
Files changed (3) hide show
  1. data/lib/vmail.vim +1 -0
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +2 -2
@@ -232,6 +232,7 @@ function! s:update()
232
232
  write!
233
233
  let num = len(lines)
234
234
  call cursor(num, 0)
235
+ normal z.
235
236
  redraw
236
237
  echom "You have " . num . " new message" . (num == 1 ? '' : 's') . "!"
237
238
  else
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.0.9'
2
+ VERSION = '2.1.0'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.9
5
+ version: 2.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-29 00:00:00 -04:00
13
+ date: 2011-07-01 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency