aboutsummaryrefslogtreecommitdiffstats
path: root/doc/easytags.txt
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2013-06-20 00:24:00 +0200
committerPeter Odding <peter@peterodding.com>2013-06-20 00:24:00 +0200
commit5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3 (patch)
tree3a3a75b15cfa3b81a42be405a49e6cc0a3113e10 /doc/easytags.txt
parent28e2b55061fc5dcb6b1f78c002780e0dd7d2e637 (diff)
downloadvim-easytags-5cf3313d0950e32ffd1d2f75b891f4ccc2aa7aa3.tar.gz
Improve handling of ignored syntax groups (issue #57)
Diffstat (limited to 'doc/easytags.txt')
-rw-r--r--doc/easytags.txt8
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 ~