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: Simple:
% gvim -c ':NotMuchR' % gvim -c ':NotMuch'
Enjoy ;) Enjoy ;)

View file

@ -394,7 +394,7 @@ function! s:set_defaults()
endif endif
endfunction endfunction
function! s:NotMuchR() function! s:NotMuch()
call s:set_defaults() call s:set_defaults()
ruby << EOF ruby << EOF
@ -831,6 +831,6 @@ EOF
call s:folders() call s:folders()
endfunction endfunction
command NotMuchR :call s:NotMuchR() command NotMuch :call s:NotMuch()
" vim: set noexpandtab: " vim: set noexpandtab: