From 2d6a2ba16ee9777ac8c13a25210bf159444770fe Mon Sep 17 00:00:00 2001 From: blukat29 Date: Sun, 24 Aug 2014 21:44:50 +0900 Subject: Add g:easytags_suppress_report option --- doc/easytags.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 ~ -- cgit v1.2.3