ci: typing
This commit is contained in:
parent
7694f75881
commit
e9d5587430
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ vim.pack.add({
|
||||||
'https://github.com/tpope/vim-fugitive',
|
'https://github.com/tpope/vim-fugitive',
|
||||||
})
|
})
|
||||||
|
|
||||||
function _G._fugitive_stl()
|
function _G._fugitive_stl() -- selene: allow(global_usage)
|
||||||
local s = vim.fn.FugitiveStatusline()
|
local s = vim.fn.FugitiveStatusline()
|
||||||
return s ~= '' and s .. ' ' or ''
|
return s ~= '' and s .. ' ' or ''
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue