aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/plugin/notmuch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/notmuch.vim')
-rw-r--r--vim/plugin/notmuch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
index a10b9a3a..b78a6382 100644
--- a/vim/plugin/notmuch.vim
+++ b/vim/plugin/notmuch.vim
@@ -113,7 +113,7 @@ endfunction
" --- --- search screen action functions {{{2
function! s:NM_search_show_thread()
- let id = NM_search_find_thread_id()
+ let id = <SID>NM_search_find_thread_id()
if id != ''
call s:NM_cmd_show([id])
endif