mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 11:01:15 +02:00
40440: Add $functions_source hash to zsh/parameter.
This allows you to find out where a function was loaded from.
This commit is contained in:
parent
ea7b4d4b2d
commit
34f70c5dc0
6 changed files with 162 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
|||
2017-01-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 40440: ../Doc/Zsh/mod_parameter.yo, Modules/parameter.c,
|
||||
hashtable.c, ../Test/C04funcdef.ztst, ../Test/V06parameter.ztst:
|
||||
Add $functions_source to zsh/parameter to help find where
|
||||
functions where loaded from.
|
||||
|
||||
2017-01-27 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Zach Whaley: 40200: Completion/Unix/Command/_perforce: update
|
||||
|
|
|
@ -37,6 +37,30 @@ vindex(dis_functions)
|
|||