Correct variable name in help docs, closes #809

This commit is contained in:
Caleb Maclennan 2022-04-07 21:05:17 +03:00
parent 2137c14370
commit ccee72f1d1
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5

View File

@ -1039,7 +1039,7 @@ default statusline:
let g:tagbar_status_func = 'TagbarStatusFunc'
<
*g:tagbar_no_status_line*
g:no_status_line~
g:tagbar_no_status_line~
Default: undefined
This option will prevent any status line updates being done by Tagbar. Use
@ -1049,7 +1049,7 @@ called.
Example:
>
let g:no_status_line = 1
let g:tagbar_no_status_line = 1
<
*g:tagbar_silent*