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:
parent
0646ed1ca3
commit
8348a2ca32
@ -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,
|
||||
\ },
|
||||
\ ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user