mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
vim: use the old vim plugin function name
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
2e8dc64f5f
commit
bf8877fe45
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended.
|
|||
|
||||
Simple:
|
||||
|
||||
% gvim -c ':NotMuchR'
|
||||
% gvim -c ':NotMuch'
|
||||
|
||||
Enjoy ;)
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue