aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/README2
-rw-r--r--vim/notmuch.vim4
2 files changed, 3 insertions, 3 deletions
diff --git a/vim/README b/vim/README
index a6619005..d6f23350 100644
--- a/vim/README
+++ b/vim/README
@@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended.
Simple:
- % gvim -c ':NotMuchR'
+ % gvim -c ':NotMuch'
Enjoy ;)
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: