1
0
mirror of https://github.com/pcvolkmer/vim-fugistate.git synced 2025-07-02 03:42:54 +00:00

Show overall git dir status

This commit is contained in:
2022-01-10 15:15:58 +01:00
parent ed8a9ecda5
commit b47b8091da
3 changed files with 60 additions and 22 deletions

View File

@ -18,5 +18,9 @@ augroup FugiState
augroup END
function! FugiState()
return fugistate#filename_status()
return fugistate#file()
endfunction
function! FugiStateGitDir()
return fugistate#gitdir()
endfunction