vim: use the old vim plugin function name

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras 2013-06-02 19:49:49 -05:00
parent 2e8dc64f5f
commit bf8877fe45
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended.
Simple:
% gvim -c ':NotMuchR'
% gvim -c ':NotMuch'
Enjoy ;)

View 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: