[RFC PATCH 5/7] vim: mailcap: redraw after processing

Subject: [RFC PATCH 5/7] vim: mailcap: redraw after processing

Date: Thu, 13 Oct 2016 14:13:54 -0600

To: notmuch@notmuchmail.org

Cc: nlhowell@gmail.com

From: Nick Howell


---
 vim/notmuch.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vim/notmuch.vim b/vim/notmuch.vim
index a20dd86..5cb8d20 100644
--- a/vim/notmuch.vim
+++ b/vim/notmuch.vim
@@ -370,6 +370,7 @@ ruby << EOF
 		VIM::command("syntax region nmShowMsg#{i}Body start='\\%%%il' end='\\%%%dl' contains=@nmShowMsgBody" % [msg.body_start, msg.end])
 	end
 EOF
+	normal 
 	setlocal nomodifiable
 	call s:set_map(g:notmuch_show_maps)
 endfunction
-- 
2.7.3


Thread: