aboutsummaryrefslogtreecommitdiffstats
path: root/doc/easytags.txt
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2013-04-30 23:37:17 +0200
committerPeter Odding <peter@peterodding.com>2013-04-30 23:37:17 +0200
commit1aae392a30ed478f706c2e19e15df858991adb79 (patch)
tree7340b163c8690eb24765eccebf0d0eac11b5e8f3 /doc/easytags.txt
parentc455d6e1beae13ccf2ddee925a5f9ab2008ef125 (diff)
downloadvim-easytags-1aae392a30ed478f706c2e19e15df858991adb79.tar.gz
Don't try to use dynamic tags files for non-writable directories (issue #29)
This fixes the problem described here: https://github.com/xolox/vim-easytags/issues/29
Diffstat (limited to 'doc/easytags.txt')
-rw-r--r--doc/easytags.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt
index a5ca306..9c8ceec 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -229,8 +229,9 @@ 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. This disables the global tags file and file type specific tags
-files.
+'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.
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.