From 1aae392a30ed478f706c2e19e15df858991adb79 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Tue, 30 Apr 2013 23:37:17 +0200 Subject: 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 --- doc/easytags.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3