vmail 2.5.3 → 2.5.4

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
@@ -990,6 +990,7 @@ func! s:message_list_window_mappings()
990
990
 
991
991
  if !hasmapto('<Plug>VmailUpdate')
992
992
  nmap <buffer> u <Plug>VmailUpdate
993
+ nmap <buffer> <leader>u <Plug>VmailUpdate
993
994
  endif
994
995
  nnoremap <buffer> <unique> <script> <Plug>VmailUpdate :call <SID>update()<CR>
995
996
 
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.5.3'
2
+ VERSION = '2.5.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 2.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-29 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mail