X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;fp=vim%2Fplugin%2Fnotmuch.vim;h=768a011cf7bc959b9057e2a34b0b31d578e88c64;hb=607a73010a5ace8c200f72324558b4901d61fceb;hp=e5787f07acc39aaeffbb9efc329debccdb771a98;hpb=432e091924c1d1d8950a44ca78bc5b9c5ade47e4;p=notmuch diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index e5787f07..768a011c 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1314,7 +1314,7 @@ endfunction function! s:NM_tag(filter, tags) let filter = len(a:filter) ? a:filter : [NM_search_thread_id()] if !len(filter) - throw 'Eeek! I couldn''t find the thead id!' + throw 'Eeek! I couldn''t find the thread id!' endif let args = ['tag'] call extend(args, a:tags)