aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Hahler <git-commit@thequod.de>2011-03-19 02:18:46 +0100
committerPeter Odding <peter@peterodding.com>2011-03-19 02:24:08 +0100
commit6e279a38a9caa946251502f5d630d9c45b095689 (patch)
treea72d954adfaabcfb7d951a564236977563cc0005 /README.md
parent29fded230f8ed2354b7080603e1be169b0cb758c (diff)
downloadvim-easytags-6e279a38a9caa946251502f5d630d9c45b095689.tar.gz
Add g:easytags_suppress_ctags_warning option
When set and != 0 this will suppress the ctags warning on startup.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 944bde7..4860c63 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,12 @@ UNIX has [symbolic links](http://en.wikipedia.org/wiki/Symbolic_link) and [hard
:let g:easytags_resolve_links = 1
+### The `g:easytags_suppress_ctags_warning` option
+
+If this is set and not false, it will suppress the warning on startup if ctags is not found or not recent enough.
+
+ :let g:easytags_suppress_ctags_warning = 1
+
### How to customize the highlighting colors?
The easytags plug-in defines new highlighting groups for dynamically highlighted tags. These groups are linked to Vim's default groups so that they're colored out of the box, but if you want you can change the styles. To do so use a `highlight` command such as the ones given a few paragraphs back. Of course you'll need to change the group name. Here are the group names used by the easytags plug-in: