diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-12-08 21:54:43 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-12-08 21:54:43 +0000 |
commit | b6e6a91e0fe5d06626a1e6639af13488fd85fef5 (patch) | |
tree | b25b09622032c4302c2e9321124267d431c3bdb6 | |
parent | 1cac90759a7c43ab08d4f1582379f6f4a08437d1 (diff) | |
download | zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.tar.gz zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.tar.xz zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.zip |
23039: handle iceweasel as firefox.
-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 |