mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
19014: add alias -s suf=handler
This commit is contained in:
parent
716e925312
commit
3ffb3ad2f2
14 changed files with 388 additions and 151 deletions
|
|
@ -792,7 +792,7 @@ setupvals(void)
|
|||
initlextabs(); /* initialize lexing tables */
|
||||
|
||||
createreswdtable(); /* create hash table for reserved words */
|
||||
createaliastable(); /* create hash table for aliases */
|
||||
createaliastables(); /* create hash tables for aliases */
|
||||
createcmdnamtable(); /* create hash table for external commands */
|
||||
createshfunctable(); /* create hash table for shell functions */
|
||||
createbuiltintable(); /* create hash table for builtin commands */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue