X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fpack%2Fstargrave%2Fstart%2Fgo-gogetdoc%2Fftplugin%2Fgo%2Fgogetdoc.vim;h=a93c58fc3f31175ec4ab16bc58fa96a5a57ddb0a;hb=9cbfa59ca421fac5422cbf0c2c52f48f8f2adb4c;hp=eedec71b6f1e0e1d07658efaeca56dbbb85eb581;hpb=e21853080f5005ad6c6b548146d339abd197f28e;p=dotfiles.git diff --git a/vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim b/vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim index eedec71..a93c58f 100644 --- a/vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim +++ b/vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim @@ -1,3 +1,3 @@ -if exists("*go#getdoc#do") | finish | endif -let b:mein_status_func=function("go#getdoc#status") -nmap :call go#getdoc#do() +if exists("*go#getdoc#Do") | finish | endif +let b:mein_status_func=function("go#getdoc#Status") +nmap :call go#getdoc#Do()