lib/vmail.vim in vmail-0.1.5 vs lib/vmail.vim in vmail-0.1.6

- old
+ new

@@ -725,9 +725,11 @@ endfunc func! s:compose_window_mappings() noremap <silent> <buffer> <leader>q :call <SID>cancel_compose()<cr> nmap <silent> <buffer> q <leader>q + setlocal ai + setlocal textwidth=72 endfunc func! s:global_mappings() " NOTE send_message is a global mapping, so user can load a saved " message from a file and send it