1
0
mirror of https://github.com/amix/vimrc synced 2025-08-09 15:35:00 +08:00

Updated plugins

This commit is contained in:
Amir Salihefendic
2018-08-25 18:13:42 +02:00
parent 587a185a98
commit 6bd9eda8c3
169 changed files with 2625 additions and 2334 deletions

View File

@ -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