]> git.notmuchmail.org Git - notmuch/blobdiff - vim/notmuch.vim
vim: use the old vim plugin function name
[notmuch] / vim / notmuch.vim
index e0fc140047b36e274917f63b156228ce55bb9af2..bdf2720fc2bffe569d985207a1e5f98e51901cfb 100644 (file)
@@ -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: