aboutsummaryrefslogtreecommitdiffstats
path: root/doc/easytags.txt
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-06-27 03:54:07 +0200
committerPeter Odding <peter@peterodding.com>2011-06-27 03:54:07 +0200
commit5207365adaf6c62785ab336ec865428155c8e3b6 (patch)
tree57af17b0e3e720389da3fbc45e95b6fbc950b3f4 /doc/easytags.txt
parent2589d58711419fd61e8561036fd85d50e01dec8a (diff)
downloadvim-easytags-5207365adaf6c62785ab336ec865428155c8e3b6.tar.gz
Fix broken link in README
Diffstat (limited to 'doc/easytags.txt')
-rw-r--r--doc/easytags.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt
index 6642511..f8a9ea5 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -437,8 +437,8 @@ is to reduce the number of tagged identifiers...
In my case the solution was to move most of the tags from '/usr/include/' over
to project specific tags files which are automatically loaded by Vim when I
-edit files in different projects because I've set the ['tags' option] ['tags']
-as follows:
+edit files in different projects because I've set the |'tags'| option as
+follows:
>
:set tags=./.tags;,~/.vimtags