mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:20:06 +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')
|
return simple_name('NeoTree')
|
||||||
end,
|
end,
|
||||||
Fuzzy = function() end, -- todo
|
Fuzzy = function() end, -- todo
|
||||||
SpaceVimFindArgv = function() end, -- todo
|
|
||||||
['git-commit'] = function()
|
['git-commit'] = function()
|
||||||
return simple_name('Git commit')
|
return simple_name('Git commit')
|
||||||
end,
|
end,
|
||||||
@ -594,6 +593,9 @@ local special_statusline = {
|
|||||||
SpaceVimLayerManager = function()
|
SpaceVimLayerManager = function()
|
||||||
return simple_name('LayerManager')
|
return simple_name('LayerManager')
|
||||||
end,
|
end,
|
||||||
|
SpaceVimFindArgv = function()
|
||||||
|
return simple_name('Find')
|
||||||
|
end,
|
||||||
SpaceVimGitLogPopup = function()
|
SpaceVimGitLogPopup = function()
|
||||||
return simple_name('Git log popup')
|
return simple_name('Git log popup')
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user