]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/go/gogetdoc.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / ftplugin / go / gogetdoc.vim
diff --git a/vim/.vim/ftplugin/go/gogetdoc.vim b/vim/.vim/ftplugin/go/gogetdoc.vim
deleted file mode 100644 (file)
index eedec71..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if exists("*go#getdoc#do") | finish | endif
-let b:mein_status_func=function("go#getdoc#status")
-nmap <buffer> <silent> <CR> :call go#getdoc#do()<CR>