1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-09 22:11:16 +02:00
This commit is contained in:
Peter Stephenson 2012-09-11 16:03:59 +00:00
parent 6d8fd726b6
commit 03dd76a16c

2
NEWS
View file

@ -13,7 +13,7 @@ functions called from the specified one(s) that don't also have the -t
or -T flag. or -T flag.
In file completion, the recursive-files style can be set to an array of In file completion, the recursive-files style can be set to an array of
patterns to matche against "$PWD/". In any matched location, it is patterns to match against "$PWD/". In any matched location, it is
possibly to complete files in arbitrarily deep subdirectories without possibly to complete files in arbitrarily deep subdirectories without
needing to type the directory prefix. See example in the zshcompsys needing to type the directory prefix. See example in the zshcompsys
manual. manual.