vmail 2.2.9 → 2.3.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
@@ -633,6 +633,7 @@ function! s:send_message()
633
633
  echo "Sending message"
634
634
  let res = system(s:deliver_command, mail)
635
635
  if match(res, '^Failed') == -1
636
+ write!
636
637
  call s:close_and_focus_list_window()
637
638
  endif
638
639
  echom substitute(res, '[\s\r\n]\+$', '', '')
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.2.9'
2
+ VERSION = '2.3.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.2.9
5
+ version: 2.3.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-08-03 00:00:00 -04:00
13
+ date: 2011-08-08 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency