We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6adc82b + 99b3e78 commit 3a3f0b1Copy full SHA for 3a3f0b1
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