mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fix typo for advice.statusHints
This commit is contained in:
@@ -2994,7 +2994,7 @@ function! fugitive#BufReadStatus(cmdbang) abort
|
||||
call s:AddHeader(to, 'Error', s:worktree_error)
|
||||
endif
|
||||
endif
|
||||
if get(fugitive#ConfigGetAll('advice.tousHints', config), 0, 'true') !~# '^\%(false\|no|off\|0\|\)$'
|
||||
if get(fugitive#ConfigGetAll('advice.statusHints', config), 0, 'true') !~# '^\%(false\|no|off\|0\|\)$'
|
||||
call s:AddHeader(to, 'Help', 'g?')
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user