diff options
author | Peter Odding <peter@peterodding.com> | 2015-04-14 22:18:52 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2015-04-14 22:18:52 +0200 |
commit | a339a8c4409f547e3e2bfd1e1c48975536935b46 (patch) | |
tree | 85a94b114340c9d8deee1809f846ac80c317ebdf /doc | |
parent | da53e3b70c2e1a98d04ab548997e1b882c8cf41a (diff) | |
download | vim-easytags-a339a8c4409f547e3e2bfd1e1c48975536935b46.tar.gz |
Improve documentation of `easytags_dynamic_files' option
See also issue 92 and issue 116 on GitHub:
- https://github.com/xolox/vim-easytags/issues/92
- https://github.com/xolox/vim-easytags/issues/116
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index 0b1af2b..1aa71ee 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -292,10 +292,15 @@ 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 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 +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. +When you set |g:easytags_dynamic_files| to 2 new tags files are created in the +same directory as the file you're editing. If you want the tags files to be +created in your working directory instead then change Vim's |'cpoptions'| +option to include the lowercase letter 'd'. + 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. |