projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2475afc
)
Fix typo in message
author
Ben Gamari
<bgamari.foss@gmail.com>
Sun, 24 Jan 2010 21:23:34 +0000
(16:23 -0500)
committer
Carl Worth
<cworth@cworth.org>
Fri, 16 Apr 2010 02:43:56 +0000
(19:43 -0700)
vim/plugin/notmuch.vim
patch
|
blob
|
history
diff --git
a/vim/plugin/notmuch.vim
b/vim/plugin/notmuch.vim
index a226f2034d594f781048211265fcdf13582b49d6..a9754f2b4b2e94de332931806260323ff674bfaa 100644
(file)
--- a/
vim/plugin/notmuch.vim
+++ b/
vim/plugin/notmuch.vim
@@
-178,7
+178,7
@@
let g:notmuch_compose_imaps = {
function! s:NM_cmd_folders(words)
if len(a:words)
- throw 'Not ex
a
pecting any arguments for folders command.'
+ throw 'Not expecting any arguments for folders command.'
endif
let cmd = ['count']
let disp = []