vmail 2.5.4 → 2.5.5

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 -1
  2. data/lib/vmail/version.rb +1 -1
  3. metadata +2 -2
@@ -205,6 +205,7 @@ function! s:focus_list_window()
205
205
  else
206
206
  exec winnr . "wincmd w"
207
207
  endif
208
+ call s:set_list_colors()
208
209
  " call feedkeys("\<c-l>") " prevents screen artifacts when user presses return too fast
209
210
  " turn this off though, because it causes an annoying flash
210
211
  endfunction
@@ -1054,7 +1055,7 @@ func! s:message_list_window_mappings()
1054
1055
  nnoremap <buffer> <unique> <script> <Plug>VmailToggleWindow :call <SID>toggle_maximize_window()<cr>
1055
1056
 
1056
1057
  autocmd CursorMoved <buffer> :redraw
1057
- autocmd FileType vmail :call <SID>set_list_colors()
1058
+ autocmd BufEnter,BufWinEnter <buffer> :call <SID>set_list_colors()
1058
1059
  endfunc
1059
1060
 
1060
1061
  func! s:compose_window_mappings()
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.5.4'
2
+ VERSION = '2.5.5'
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.4
4
+ version: 2.5.5
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-07-10 00:00:00.000000000 Z
12
+ date: 2012-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mail