aboutsummaryrefslogtreecommitdiffstats
path: root/doc/easytags.txt
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2014-09-14 11:07:50 +0200
committerPeter Odding <peter@peterodding.com>2014-09-14 11:07:50 +0200
commitb4d5dd6e12c8b158d8f0598ba98a45650b6fc956 (patch)
tree4cbf4fc6d627935594e289676e55182da6b79d96 /doc/easytags.txt
parent364cfcc514f1cd3386221aaa79bf9f12b85b6574 (diff)
parent2d6a2ba16ee9777ac8c13a25210bf159444770fe (diff)
downloadvim-easytags-b4d5dd6e12c8b158d8f0598ba98a45650b6fc956.tar.gz
Merge pull request #95: Add g:easytags_suppress_report option
Diffstat (limited to 'doc/easytags.txt')
-rw-r--r--doc/easytags.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt
index 99ae24c..f07e8cc 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -27,6 +27,7 @@ Contents ~
15. The |g:easytags_include_members| option
16. The |g:easytags_resolve_links| option
17. The |g:easytags_suppress_ctags_warning| option
+ 18. The |g:easytags_suppress_report| option
5. Customizing the easytags plug-in |customizing-easytags-plug-in|
1. Passing custom command line arguments to Exuberant Ctags |easytags-passing-custom-command-line-arguments-to-exuberant-ctags|
2. Update & highlight tags immediately after save |easytags-update-highlight-tags-immediately-after-save|
@@ -468,6 +469,14 @@ is not found or not recent enough.
>
:let g:easytags_suppress_ctags_warning = 1
<
+-------------------------------------------------------------------------------
+The *g:easytags_suppress_report* option
+
+If this is set and not false, it will suppress the report displayed on tag
+updates.
+>
+ :let g:easytags_suppress_report = 1
+<
===============================================================================
*customizing-easytags-plug-in*
Customizing the easytags plug-in ~