projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d50c67d
)
vim: use notmuch show --entire-thread
author
Bart Trojanowski
<bart@jukie.net>
Sat, 28 Nov 2009 02:49:40 +0000
(21:49 -0500)
committer
Carl Worth
<cworth@cworth.org>
Wed, 2 Dec 2009 22:37:15 +0000
(14:37 -0800)
vim/plugin/notmuch.vim
patch
|
blob
|
history
diff --git
a/vim/plugin/notmuch.vim
b/vim/plugin/notmuch.vim
index b415f500a167619151afc3d623542a8aabb7efaa..f33d0582c9153018e084f0625d8eca062a159493 100644
(file)
--- a/
vim/plugin/notmuch.vim
+++ b/
vim/plugin/notmuch.vim
@@
-408,7
+408,7
@@
endfunction
function! s:NM_cmd_show(words)
let prev_bufnr = bufnr('%')
- let data = s:NM_run(['show'] + a:words)
+ let data = s:NM_run(['show'
, '--entire-thread'
] + a:words)
let lines = split(data, "\n")
let info = s:NM_cmd_show_parse(lines)