1
0
Fork 0
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:
Peter Stephenson 2003-09-03 10:15:32 +00:00
parent 716e925312
commit 3ffb3ad2f2
14 changed files with 388 additions and 151 deletions

View file

@ -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 */