vmail 1.5.9 → 1.6.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.
- data/lib/vmail.vim +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +3 -3
data/lib/vmail.vim
CHANGED
|
@@ -854,7 +854,7 @@ call s:focus_list_window() " to go list window
|
|
|
854
854
|
call system(s:set_window_width_command . winwidth(1))
|
|
855
855
|
|
|
856
856
|
" TODO complete this feature later. Don't release it half-baked
|
|
857
|
-
|
|
857
|
+
autocmd VimResized <buffer> call system(s:set_window_width_command . winwidth(1))
|
|
858
858
|
|
|
859
859
|
autocmd bufreadpost *.txt call <SID>turn_into_compose_window()
|
|
860
860
|
|
data/lib/vmail/version.rb
CHANGED