lib/vmail.vim in vmail-1.3.9 vs lib/vmail.vim in vmail-1.4.0
- old
+ new
@@ -208,14 +208,14 @@
endif
endfunction
func! s:close_message_window()
if winnr('$') > 1
- close
+ close!
else
call s:focus_list_window()
wincmd p
- close
+ close!
normal z.
endif
endfunc