]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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>

No differences found