Tony Mechelynck wrote:

> Under ":help starstar-wildcard" it is said that the ** wildcard goes up 
> to 100 levels deep.
> 
> Under ":help starstar" it is said that it goes up to 30 levels deep by 
> default, but that any integer value in the range [0,255] can be 
> explicitly specified.
> 
> Both of them in
> *editing.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
> 
> Which one is true? 100 or 30?

Please check the context.  100 levels is for expanding wildcards in a
file name, e.g. for ":next **/Makefile".  30 levels if for using ** in
'path' and some other options that specify a list of paths.

-- 
hundred-and-one symptoms of being an internet addict:
191. You rate eating establishments not by the quality of the food,
     but by the availability of electrical outlets for your PowerBook.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to