aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/easytags.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt
index afb0c59..b904e86 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -399,6 +399,9 @@ keeping automatic highlighting enabled you can set this option to false:
>
:let g:easytags_auto_update = 0
<
+This disables all _automatic_ tags file updates (regardless of how they were
+enabled) where automatic means _initiated by a Vim automatic command_.
+
-------------------------------------------------------------------------------
The *g:easytags_auto_highlight* option
@@ -408,6 +411,9 @@ keeping automatic updating enabled you can set this option to false:
>
:let g:easytags_auto_highlight = 0
<
+This disables all _automatic_ tags highlighting (regardless of how it was
+enabled) where automatic means _initiated by a Vim automatic command_.
+
-------------------------------------------------------------------------------
The *g:easytags_autorecurse* option