From bf8877fe4551ed44dc85119bb6cd1774a5e09b55 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 2 Jun 2013 19:49:49 -0500 Subject: vim: use the old vim plugin function name Signed-off-by: Felipe Contreras --- vim/notmuch.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/notmuch.vim') 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: -- cgit v1.2.3