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 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 978b56a..46e8de3 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,12 @@ If this is set and not false, it will suppress the warning on startup if ctags i :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 the easytags plug-in Advanced users may wish to customize how the easytags plug-in works beyond the point of changing configuration defaults. This section contains some hints about this. If you have suggestions, please feel free to submit them. -- cgit v1.2.3