Update tagbar.txt to fix typo (#868)

Fixes #867
This commit is contained in:
David Hegland 2024-01-26 12:46:24 -06:00 committed by GitHub
parent fcd31ec145
commit 12edcb5944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1089,7 +1089,7 @@ a temporary file and invoking ctags on that file. This greatly speeds up tag
generation in the event of slow file systems such as network shares and
enables tagbar to run even on netrw virtual files that ctags would otherwise
not be able to find at all. However it does incure the cost of an extra write
operation. Additionally not all sysems are able to let programs share access
operation. Additionally not all systems are able to let programs share access
to temporary file space (for example Snap packages cannot read from the host
system's temp file space). This setting can disable the cache mechanism
entriely forcing the tags to be generated from the existing copy of the file