From 4249f842d6ade21a85b5061f7a8d594a32bff0b9 Mon Sep 17 00:00:00 2001 From: David Hegland Date: Fri, 26 Jan 2024 12:44:46 -0600 Subject: [PATCH] Update tagbar.txt to fix typo Fixes #867 --- doc/tagbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 1e137228..ca871ea3 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -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