mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-25 21:31:03 +02:00
unposted: V01zmodload.ztst needs update for parameter module fix
This commit is contained in:
parent
f311619e30
commit
b05a56a415
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-06-18 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: Test/V01zmodload.ztst: updated for 43039.
|
||||
|
||||
* Eitan: 43029: Src/Modules/zftp.c, Src/signals.c, Src/signals.h,
|
||||
configure.ac: remove test for signal handler return type as no
|
||||
longer needed.
|
||||
|
|
|
@ -182,6 +182,7 @@
|
|||
>p:dis_aliases
|
||||
>p:dis_builtins
|
||||
>p:dis_functions
|
||||
>p:dis_functions_source
|
||||
>p:dis_galiases
|
||||
>p:dis_patchars
|
||||
>p:dis_reswords
|
||||
|
@ -190,6 +191,7 @@
|
|||
>p:funcsourcetrace
|
||||
>p:funcstack
|
||||
>p:functions
|
||||
>p:functions_source
|
||||
>p:functrace
|
||||
>p:galiases
|
||||
>p:history
|
||||
|
@ -205,6 +207,7 @@
|
|||
>p:reswords
|
||||
>p:saliases
|
||||
>p:userdirs
|
||||
>p:usergroups
|
||||
|
||||
if [[ $mods[(r)zsh/example] == zsh/example ]]; then
|
||||
zmodload -u zsh/example
|
||||
|
|
Loading…
Reference in a new issue