1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-22 00:35:42 +08:00
Arif Kalluru 05a78fe969
fix(branch): fix statusline branch info
Problem:
- fugitive#head() & fugitive#detect() notorking

Solution:
- Replaced fugitive#head() with FugitiveHead() if it exists or use
  fugitive#Head()
- In cd7db1d of vim-fugitive, fugitive#detect() was replaced with
  FugitiveDetect()
2022-07-15 10:51:10 +08:00
..