]> git.notmuchmail.org Git - notmuch/commit
vim: preserve the 'show everything' flag when finding next/prev buffer
authorBart Trojanowski <bart@jukie.net>
Sat, 28 Nov 2009 02:31:12 +0000 (21:31 -0500)
committerCarl Worth <cworth@cworth.org>
Thu, 3 Dec 2009 21:30:21 +0000 (13:30 -0800)
commit0ca16114162f94424cb75f01c84334a17ac43f98
tree97139ca9e4010b1b7314302979b1e608f2a7c965
parent0ed126fe19db00ff23a393965c12d9d1f97186ac
vim: preserve the 'show everything' flag when finding next/prev buffer

When show mode is invoked it could be displaying just the matched messages
or everything.  This flag is passed to NM_search_show_thread().  It is then
stored in a buffer variable, b:nm_show_everything, and used for subsequent
calls to NM_search_show_thread() triggered by <Space>, <C-n> and <C-p>.

Signed-off-by: Bart Trojanowski <bart@jukie.net>
vim/plugin/notmuch.vim