vmail 0.5.4 → 0.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.
- data/Rakefile +1 -1
- data/lib/vmail.vim +1 -0
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/vmail.vim
CHANGED
|
@@ -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>
|
data/lib/vmail/version.rb
CHANGED