1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

Fix layer/lang/go jump to definition issue (#3378)

This commit is contained in:
JHZheng 2020-02-25 08:40:40 +08:00 committed by GitHub
parent 64b2199683
commit 6ca41bb120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ function! SpaceVim#layers#lang#go#config() abort
endfunction
function! s:go_to_def() abort
call go#def#Jump('')
call go#def#Jump('', 0)
endfunction
function! s:language_specified_mappings() abort