mirror of
https://github.com/amix/vimrc
synced 2025-08-09 15:35:00 +08:00
Updated plugins
This commit is contained in:
@ -76,10 +76,10 @@ function! go#tool#Imports() abort
|
||||
return imports
|
||||
endfunction
|
||||
|
||||
function! go#tool#Info(auto) abort
|
||||
function! go#tool#Info() abort
|
||||
let l:mode = go#config#InfoMode()
|
||||
if l:mode == 'gocode'
|
||||
call go#complete#Info(a:auto)
|
||||
call go#complete#Info()
|
||||
elseif l:mode == 'guru'
|
||||
call go#guru#DescribeInfo()
|
||||
else
|
||||
|
Reference in New Issue
Block a user