]> git.notmuchmail.org Git - notmuch/commitdiff
vim: use the old vim plugin function name
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 3 Jun 2013 00:49:49 +0000 (19:49 -0500)
committerFelipe Contreras <felipe.contreras@gmail.com>
Mon, 3 Jun 2013 00:49:49 +0000 (19:49 -0500)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
vim/README
vim/notmuch.vim

index a66190053f54c23c1dc9be8bb6f391aa8cac25d9..d6f23350740db8468ecbf82e75e47b79e5c3e200 100644 (file)
@@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended.
 
 Simple:
 
- % gvim -c ':NotMuchR'
+ % gvim -c ':NotMuch'
 
 Enjoy ;)
 
index e0fc140047b36e274917f63b156228ce55bb9af2..bdf2720fc2bffe569d985207a1e5f98e51901cfb 100644 (file)
@@ -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: