diff options
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 |