1
0
Fork 0
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:
Peter Stephenson 2017-01-28 19:33:27 +00:00
parent ea7b4d4b2d
commit 34f70c5dc0
6 changed files with 162 additions and 10 deletions

View file

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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -37,6 +37,30 @@ vindex(dis_functions)