1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-02-01 05:25:44 +01:00

Added fsize calculation in fileinfo so better tracking can be used to display in tagbar window

This commit is contained in:
David Hegland
2020-09-23 11:45:02 -05:00
parent 6cb336d014
commit 64730d27a9
4 changed files with 37 additions and 22 deletions

View File

@@ -311,6 +311,12 @@ COMMANDS *tagbar-commands*
:TagbarDebugEnd *:TagbarDebugEnd*
End debug mode, debug messages will no longer be written to the logfile.
:TagbarForceUpdate *:TagbarForceUpdate*
Forcefully update a file even if it exceeds the |g:tagbar_file_size_limit|
value. This will only work for one invocation of the file processing.
After the file is processed and tags are generated, then it will re-enable
the file size limit. So if the file is written and needs to be processed
again, this command will need to be re-executed.
------------------------------------------------------------------------------
FUNCTIONS *tagbar-functions*
@@ -894,8 +900,8 @@ By default, all files are processed by tagbar. Setting this value to non-zero
will disable processing for any file with a byte count greater than
|g:tagbar_file_size_limit|. A message will be displayed once for a given buffer
if the limit is exceeded. The file can be forcefully updated with the
|tagbar#ForceUpdate()| function. If the value is set to 0, then the file will
always be processed.
|tagbar#ForceUpdate()| function or with the |:TagbarForceUpdate| command. If
the value is set to 0, then the file will always be processed.
Example:
>