mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-02-24 11:51:19 +01:00
unposted, c.f. users/11935: quoting of arguments to unalias
This commit is contained in:
parent
930d43d7af
commit
9421f9449c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-05 Peter Stephenson <p.w.stephenson@ntlworld.com
|
||||
|
||||
* unposted, c.f. users/11935: Doc/Zsh/builtins.yo: quoting
|
||||
of arguments to unalias.
|
||||
|
||||
2007-10-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 23905: Completion/Unix/Command/_git: remove useless gitdir
|
||||
|
|
|
@ -1612,7 +1612,9 @@ findex(unhash)
|
|||
item(tt(unhash) [ tt(-adfms) ] var(name) ...)(
|
||||
Remove the element named var(name) from an internal hash table. The
|
||||
default is remove elements from the command hash table. The tt(-a)
|
||||
option causes tt(unhash) to remove regular or global aliases.
|
||||
option causes tt(unhash) to remove regular or global aliases; note
|
||||
when removing a global aliases that the argument must be quoted to prevent
|
||||
it from being expanded before being passed to the command.
|
||||
The tt(-s) option causes tt(unhash) to remove suffix aliases.
|
||||
The tt(-f) option causes
|
||||
tt(unhash) to remove shell functions. The tt(-d) options causes
|
||||
|
|
Loading…
Reference in a new issue