From: Felipe Contreras Date: Mon, 3 Jun 2013 00:49:49 +0000 (-0500) Subject: vim: use the old vim plugin function name X-Git-Tag: 0.16_rc1~70 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=bf8877fe4551ed44dc85119bb6cd1774a5e09b55 vim: use the old vim plugin function name Signed-off-by: Felipe Contreras --- diff --git a/vim/README b/vim/README index a6619005..d6f23350 100644 --- a/vim/README +++ b/vim/README @@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended. Simple: - % gvim -c ':NotMuchR' + % gvim -c ':NotMuch' Enjoy ;) diff --git a/vim/notmuch.vim b/vim/notmuch.vim index e0fc1400..bdf2720f 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -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: