vmail 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/vmail.vim +1 -0
  3. data/lib/vmail/version.rb +1 -1
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ end
17
17
 
18
18
  desc "git push and rake release bumped version"
19
19
  task :bumped do
20
- puts `git commit -a -m'bump' && git push && rake release`
20
+ puts `git push && rake release`
21
21
  Rake::Task["web"].execute
22
22
  end
23
23
 
@@ -700,6 +700,7 @@ endfunc
700
700
 
701
701
  func! s:message_list_window_mappings()
702
702
  noremap <silent> <buffer> <cr> :call <SID>show_message()<CR>
703
+ noremap <silent> <buffer> <LeftMouse> :call <SID>show_message()<CR>
703
704
  noremap <silent> <buffer> q :qal!<cr>
704
705
 
705
706
  noremap <silent> <buffer> <leader>* :call <SID>toggle_star()<CR>
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 4
9
- version: 0.5.4
8
+ - 5
9
+ version: 0.5.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi