1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add tagbar#IsOpen() helper routine (#728)

Closes #717

Add a `tagbar#IsOpen()` helper routine to check if the tagbar window is open or not.
This commit is contained in:
raven42
2021-01-06 06:23:55 -06:00
committed by GitHub
parent eaadf90b61
commit 5f912e6ad0
2 changed files with 17 additions and 1 deletions

View File

@@ -351,11 +351,15 @@ FUNCTIONS *tagbar-functions*
value. This also clears the internal flags to the file will be re-examined
again.
tagbar#printfileinfo()
*tagbar#printfileinfo()*
This function is used in conjunction with |TagbarDebug| and will print all
the known tags into the tagbar debug logfile. This is useful for looking
at the internal tag information that tagbar tracks.
*tagbar#IsOpen()*
This function will return 1 if the tagbar window is open, else it will
return 0.
------------------------------------------------------------------------------
KEY MAPPINGS *tagbar-keys*