mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
Fix layer/lang/go jump to definition issue (#3378)
This commit is contained in:
parent
64b2199683
commit
6ca41bb120
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user