From 193ba9b393931bad768c1d2eed688b0bcc240858 Mon Sep 17 00:00:00 2001 From: Yifan Hu <141280278+b0ae989c@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:22:22 -0500 Subject: [PATCH] Fix typo for `advice.statusHints` --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index c9c7895..2c8bf8a 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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