replace fugitive#head with FugitiveHead in the documents (close #417)

This commit is contained in:
itchyny
2020-01-28 18:42:21 +09:00
parent 604ffb2b0f
commit 6c4a6a59ba
2 changed files with 13 additions and 13 deletions

View File

@@ -246,7 +246,7 @@ let g:lightline = {
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
\ },
\ 'component_function': {
\ 'gitbranch': 'fugitive#head'
\ 'gitbranch': 'FugitiveHead'
\ },
\ }
```