diff options
author | Peter Odding <peter@peterodding.com> | 2013-04-30 23:37:17 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2013-04-30 23:37:17 +0200 |
commit | 1aae392a30ed478f706c2e19e15df858991adb79 (patch) | |
tree | 7340b163c8690eb24765eccebf0d0eac11b5e8f3 /doc | |
parent | c455d6e1beae13ccf2ddee925a5f9ab2008ef125 (diff) | |
download | vim-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')
-rw-r--r-- | doc/easytags.txt | 5 |
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. |