diff options
Diffstat (limited to 'debian/patches/fix-segfault-in-compinit-get_cvdef')
-rw-r--r-- | debian/patches/fix-segfault-in-compinit-get_cvdef | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/fix-segfault-in-compinit-get_cvdef b/debian/patches/fix-segfault-in-compinit-get_cvdef index ea00bf042..188e02ad5 100644 --- a/debian/patches/fix-segfault-in-compinit-get_cvdef +++ b/debian/patches/fix-segfault-in-compinit-get_cvdef @@ -1,5 +1,6 @@ Description: Fixes segfault on "task <Tab><Tab>" -Bug-Zsh: http://www.zsh.org/mla/workers/2013/msg00772.html +Bug: http://www.zsh.org/mla/workers/2013/msg00772.html +Forwarded: http://www.zsh.org/mla/workers/2013/msg00790.html Author: Axel Beckert <abe@debian.org> Index: zsh/Src/Zle/computil.c |