1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

Fix VCS Transient State (#3635)

close https://github.com/SpaceVim/SpaceVim/issues/3634
This commit is contained in:
Wang Shidong 2020-07-16 22:56:57 +08:00 committed by GitHub
parent 0646ed1ca3
commit 8348a2ca32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -441,7 +441,7 @@ function! s:git_transient_state() abort
\ 'key' : 't',
\ 'desc' : 'toggle diff signs',
\ 'func' : '',
\ 'cmd' : 'SignifyToggle',
\ 'cmd' : SpaceVim#layers#isLoaded('git') ? 'GitGutterToggle' : 'SignifyToggle',
\ 'exit' : 0,
\ },
\ ],