mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
users/15165: Fix a warning about a missing macro in `contrib.yo'
This commit is contained in:
parent
5da6530d83
commit
ddb8104d4f
2 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-07-12 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* users/15165: Doc/Zsh/contrib.yo: Fix a warning about a
|
||||
missing macro.
|
||||
|
||||
2010-07-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 28065: Doc/Zsh/contrib.yo, Functions/Chpwd/.distfiles,
|
||||
|
|
@ -13352,5 +13357,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5020 $
|
||||
* $Revision: 1.5021 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -511,9 +511,9 @@ item(tt(pattern:var(pattern)))(
|
|||
Gives a zsh pattern for directories that should not be
|
||||
added to the recent list (if not already there). This element
|
||||
can be repeated to add different patterns. For example,
|
||||
tt('pattern:/tmp(|/*)') stops tt(/tmp) or its descendants from being
|
||||
added. The tt(EXTENDED_GLOB) option is always turned on for
|
||||
these patterns.
|
||||
tt('pattern:/tmp+LPAR()|/*RPAR()') stops tt(/tmp) or its descendants
|
||||
from being added. The tt(EXTENDED_GLOB) option is always turned on
|
||||
for these patterns.
|
||||
)
|
||||
enditem()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue