aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2015-04-14 21:06:27 +0200
committerPeter Odding <peter@peterodding.com>2015-04-14 21:06:27 +0200
commitda53e3b70c2e1a98d04ab548997e1b882c8cf41a (patch)
tree8b285a37958241c966715e0645f50917f10b5f85
parentb05ac67b8bac71b47d6cae9d19fd12a69dd4ea92 (diff)
parent208ad3b61c82a60bcd75a1aca0a833d711b9f49a (diff)
downloadvim-easytags-da53e3b70c2e1a98d04ab548997e1b882c8cf41a.tar.gz
Merge pull request #117: Fix typo in README
-rw-r--r--README.md2
-rw-r--r--doc/easytags.txt7
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index cad248e..4c80ace 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ By default `:UpdateTags` only writes to the global tags file, but it can be conf
You can change the name of the tags file, the important thing is that it's relative to your working directory or the buffer (using a leading `./`). When `g:easytags_dynamic_files` is set to 1 the easytags plug-in will write to the first existing tags file seen by Vim (based on the ['tags' option] [tags_opt]). In other words: If a project specific tags file is found it will be used, otherwise the plug-in falls back to the global tags file (or a file type specific tags file).
-If you set `g:easytags_dynamic_files` to 2 the easytags plug-in will automatically create project specific tags based on the first name in the 'tags' option. In this mode the the global tags file or file type specific tags files are only used for directories where you don't have write permissions.
+If you set `g:easytags_dynamic_files` to 2 the easytags plug-in will automatically create a project specific tags file based on the first name in the 'tags' option. In this mode the global tags file and/or file type specific tags files are only used for directories where you don't have write permissions.
The ['tags' option] [tags_opt] is reevaluated each time the plug-in runs, so which tags file is selected can differ depending on the buffer and working directory.
diff --git a/doc/easytags.txt b/doc/easytags.txt
index b904e86..0b1af2b 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -291,9 +291,10 @@ words: If a project specific tags file is found it will be used, otherwise the
plug-in falls back to the global tags file (or a file type specific tags file).
If you set |g:easytags_dynamic_files| to 2 the easytags plug-in will
-automatically create project specific tags based on the first name in the
-'tags' option. In this mode the the global tags file or file type specific tags
-files are only used for directories where you don't have write permissions.
+automatically create a project specific tags file based on the first name in
+the 'tags' option. In this mode the global tags file and/or file type specific
+tags files are only used for directories where you don't have write
+permissions.
The |'tags'| option is reevaluated each time the plug-in runs, so which tags
file is selected can differ depending on the buffer and working directory.