diff options
author | blukat29 <yunjong@kaist.ac.kr> | 2014-08-24 21:44:50 +0900 |
---|---|---|
committer | blukat29 <yunjong@kaist.ac.kr> | 2014-08-24 22:07:49 +0900 |
commit | 2d6a2ba16ee9777ac8c13a25210bf159444770fe (patch) | |
tree | 381dafe8da18008225bf8d4273f2d43d98be8c89 /doc | |
parent | 364cfcc514f1cd3386221aaa79bf9f12b85b6574 (diff) | |
download | vim-easytags-2d6a2ba16ee9777ac8c13a25210bf159444770fe.tar.gz |
Add g:easytags_suppress_report option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 9 |
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 ~ |