diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-27 03:54:07 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-27 03:54:07 +0200 |
commit | 5207365adaf6c62785ab336ec865428155c8e3b6 (patch) | |
tree | 57af17b0e3e720389da3fbc45e95b6fbc950b3f4 /doc | |
parent | 2589d58711419fd61e8561036fd85d50e01dec8a (diff) | |
download | vim-easytags-5207365adaf6c62785ab336ec865428155c8e3b6.tar.gz |
Fix broken link in README
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 4 |
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 |