diff options
author | Peter Odding <peter@peterodding.com> | 2013-06-20 00:24:00 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2013-06-20 00:24:00 +0200 |
commit | 5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3 (patch) | |
tree | 3a3a75b15cfa3b81a42be405a49e6cc0a3113e10 /doc | |
parent | 28e2b55061fc5dcb6b1f78c002780e0dd7d2e637 (diff) | |
download | vim-easytags-5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3.tar.gz |
Improve handling of ignored syntax groups (issue #57)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index 6ae6516..3d762be 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -26,7 +26,6 @@ Contents ~ 14. The |g:easytags_include_members| option 15. The |g:easytags_resolve_links| option 16. The |g:easytags_suppress_ctags_warning| option - 17. The |g:easytags_ignored_syntax_groups| 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| @@ -443,13 +442,6 @@ is not found or not recent enough. > :let g:easytags_suppress_ctags_warning = 1 < -------------------------------------------------------------------------------- -The *g:easytags_ignored_syntax_groups* option - -This variable is a string of comma separated names of syntax groups in which -dynamic highlighting is not applied. It defaults to -'.*String.*,.*Comment.*,cIncluded'. - =============================================================================== *customizing-easytags-plug-in* Customizing the easytags plug-in ~ |