vmail 1.5.9 → 1.6.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 -1
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +3 -3
@@ -854,7 +854,7 @@ call s:focus_list_window() " to go list window
854
854
  call system(s:set_window_width_command . winwidth(1))
855
855
 
856
856
  " TODO complete this feature later. Don't release it half-baked
857
- " autocmd VimResized <buffer> call system(s:set_window_width_command . winwidth(1))
857
+ autocmd VimResized <buffer> call system(s:set_window_width_command . winwidth(1))
858
858
 
859
859
  autocmd bufreadpost *.txt call <SID>turn_into_compose_window()
860
860
 
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.5.9'
2
+ VERSION = '1.6.0'
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 5
8
- - 9
9
- version: 1.5.9
7
+ - 6
8
+ - 0
9
+ version: 1.6.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi