mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-14 21:42:46 +08:00
Correct variable name in help docs, closes #809
This commit is contained in:
parent
2137c14370
commit
ccee72f1d1
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue
Block a user