diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/X/Command/_mozilla | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d0d0f4383..96a00c031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-08 Clint Adams <clint@zsh.org> + + * 23039: Completion/X/Command/_mozilla: handle iceweasel as + firefox. + 2006-12-08 Peter Stephenson <pws@csr.com> * 23036: Src/utils.c, Src/Zle/compcore.c, Src/Zle/zle_tricky.c: diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index ff0f23bf0..2972870e4 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -1,4 +1,4 @@ -#compdef mozilla mozilla-firefox mozilla-xremote-client firefox +#compdef mozilla mozilla-firefox mozilla-xremote-client firefox iceweasel=firefox local curcontext="$curcontext" state line expl ret=1 suf typeset -A opt_args |