]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/go/gogetdoc.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / ftplugin / go / gogetdoc.vim
1 if exists("*go#getdoc#do") | finish | endif
2 let b:lint_status_func=function("go#getdoc#status")
3 nmap <buffer> <silent> <CR> :call go#getdoc#do()<CR>