X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;h=768a011cf7bc959b9057e2a34b0b31d578e88c64;hb=22472d9def2f6525a9aac62e6481d8d4fa7db5d0;hp=c731c4714da7db18a7d2727e8248b384af7349c6;hpb=e96741388a05fea1df68346770d161a52e93d520;p=notmuch diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index c731c471..768a011c 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -765,7 +765,7 @@ function! s:NM_cmd_show_parse(inlines) if part_end " FIXME: this is a hack for handling two folds being added for one line - " we should handle addinga fold in a function + " we should handle adding a fold in a function if len(foldinfo) && foldinfo[1] < foldinfo[2] call add(info['folds'], foldinfo[0:3]) let info['foldtext'][foldinfo[1]] = foldinfo[4] @@ -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)