We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfd039 commit eef9192Copy full SHA for eef9192
autoload/go/doc.vim
@@ -19,7 +19,7 @@ function! go#doc#OpenBrowser(...) abort
19
call go#util#OpenBrowser(l:url)
20
endfunction
21
22
-function! s:docURL() abort
+function! s:docURL(...) abort
23
if len(a:000) == 0 && go#config#GoplsEnabled()
24
" call go#lsp#DocLink directly instead of s:docURLFor, because s:docURLFor
25
" will strip any version information from the URL.
0 commit comments