mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +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:
|
Simple:
|
||||||
|
|
||||||
% gvim -c ':NotMuchR'
|
% gvim -c ':NotMuch'
|
||||||
|
|
||||||
Enjoy ;)
|
Enjoy ;)
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue