[RFC PATCH 5/7] vim: mailcap: redraw after processing
Nick Howell
nlhowell at gmail.com
Thu Oct 13 13:13:54 PDT 2016
---
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
More information about the notmuch
mailing list