diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-15 06:17:39 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-15 06:17:39 +0000 |
commit | b37952c37b6d525e34d84f90306227ab8f6575be (patch) | |
tree | a6cd12922584d7ebd139a7d4a5cb490c13793fc6 /ChangeLog | |
parent | ac54a0f98388763aa01e16de33e3c547ee76c13b (diff) | |
download | zsh-b37952c37b6d525e34d84f90306227ab8f6575be.tar.gz zsh-b37952c37b6d525e34d84f90306227ab8f6575be.tar.xz zsh-b37952c37b6d525e34d84f90306227ab8f6575be.zip |
Phil Pennock: 25854: fix Devel module completion for "perl -d:".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 961a68bdb..9eded1a3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,10 @@ strings in the temporary variable tmp1 before joining them with "|" to create an alternatives pattern. + * Phil Pennock: 25854: Completion/Unix/Command/_perl, + Completion/Unix/Type/_perl_modules: fix module completion for + "perl -d:" (Devel modules). + 2008-10-14 Clint Adams <clint@zsh.org> * 25898: Src/module.c: avoid dereference of p after it is freed |