mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
fix(find): fix find statusline
This commit is contained in:
parent
de1171ff0c
commit
4c4647f5ec
@ -543,7 +543,6 @@ local special_statusline = {
|
||||
return simple_name('NeoTree')
|
||||
end,
|
||||
Fuzzy = function() end, -- todo
|
||||
SpaceVimFindArgv = function() end, -- todo
|
||||
['git-commit'] = function()
|
||||
return simple_name('Git commit')
|
||||
end,
|
||||
@ -594,6 +593,9 @@ local special_statusline = {
|
||||
SpaceVimLayerManager = function()
|
||||
return simple_name('LayerManager')
|
||||
end,
|
||||
SpaceVimFindArgv = function()
|
||||
return simple_name('Find')
|
||||
end,
|
||||
SpaceVimGitLogPopup = function()
|
||||
return simple_name('Git log popup')
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user