vmail 1.3.9 → 1.4.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 +2 -2
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +3 -3
@@ -210,11 +210,11 @@ endfunction
210
210
 
211
211
  func! s:close_message_window()
212
212
  if winnr('$') > 1
213
- close
213
+ close!
214
214
  else
215
215
  call s:focus_list_window()
216
216
  wincmd p
217
- close
217
+ close!
218
218
  normal z.
219
219
  endif
220
220
  endfunc
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.3.9"
2
+ VERSION = "1.4.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
- - 3
8
- - 9
9
- version: 1.3.9
7
+ - 4
8
+ - 0
9
+ version: 1.4.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi