diff runtime/doc/options.txt @ 2522:d7ecfc8b784c vim73

Update help about wildcards in 'tags' option.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 18:29:48 +0200
parents c945fdb34ce3
children a89f8c036bc5
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 7.3e.  Last change: 2010 Aug 04
+*options.txt*	For Vim version 7.3e.  Last change: 2010 Aug 08
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -6887,8 +6887,11 @@ A jump table for the options with a shor
 	'cpoptions'.  Environment variables are expanded |:set_env|.  Also see
 	|tags-option|.
 	"*", "**" and other wildcards can be used to search for tags files in
-	a directory tree.  See |file-searching|.  {not available when compiled
-	without the |+path_extra| feature}
+	a directory tree.  See |file-searching|.  E.g., "/lib/**/tags" will
+	find all files named "tags" below "/lib".  The filename itself cannot
+	contain wildcards, it is used as-is.  E.g., "/lib/**/tags?" will find
+	files called "tags?".  {not available when compiled without the
+	|+path_extra| feature}
 	The |tagfiles()| function can be used to get a list of the file names
 	actually used.
 	If Vim was compiled with the |+emacs_tags| feature, Emacs-style tag