mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -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)
|
call s:AddHeader(to, 'Error', s:worktree_error)
|
||||||
endif
|
endif
|
||||||
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?')
|
call s:AddHeader(to, 'Help', 'g?')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user