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:
@@ -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:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user