aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/notmuch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/notmuch.vim')
-rw-r--r--vim/notmuch.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/notmuch.vim b/vim/notmuch.vim
index e0fc1400..bdf2720f 100644
--- a/vim/notmuch.vim
+++ b/vim/notmuch.vim
@@ -394,7 +394,7 @@ function! s:set_defaults()
endif
endfunction
-function! s:NotMuchR()
+function! s:NotMuch()
call s:set_defaults()
ruby << EOF
@@ -831,6 +831,6 @@ EOF
call s:folders()
endfunction
-command NotMuchR :call s:NotMuchR()
+command NotMuch :call s:NotMuch()
" vim: set noexpandtab: