mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Add tagbar#StopAutoUpdate
This is useful to stop updating information, after using `tagbar#currenttag` manually/temporarily only.
This commit is contained in:
@@ -306,6 +306,15 @@ COMMANDS *tagbar-commands*
|
||||
:TagbarDebugEnd *:TagbarDebugEnd*
|
||||
End debug mode, debug messages will no longer be written to the logfile.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
FUNCTIONS *tagbar-functions*
|
||||
|
||||
*tagbar#StopAutoUpdate()*
|
||||
Remove autocommands that might have been installed to automatically
|
||||
update tag information. This should be called after you have used
|
||||
|tagbar#currenttag| manually.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
KEY MAPPINGS *tagbar-keys*
|
||||
|
||||
@@ -867,6 +876,10 @@ Note that if there is an error when processing the current file no error
|
||||
message will be shown in order to not disrupt the statusline. If the function
|
||||
doesn't seem to work right open the Tagbar window to see any error messages.
|
||||
|
||||
Note you should call |tagbar#StopAutoUpdate| manually in case you do not want
|
||||
to display the current tag anymore. Otherwise the autocommands to update the
|
||||
state are being executed all the time still.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
IGNORING SPECIFIC FILES *tagbar-ignore*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user