mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves (12453)
This commit is contained in:
parent
cd2984fb66
commit
18772af412
3 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
2000-08-01 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 12453: Completion/Bsd/_bsd_pkg, Completion/Bsd/_kld,
|
||||
Completion/Commands/_next_tags, Completion/User/_cvs,
|
||||
Completion/User/_mailboxes, Completion/X/_xset,
|
||||
Completion/X/_xwit, Src/exec.c: remove tests for kshautoload (use
|
||||
zcompile -z); fix for setting scriptname for functions that
|
||||
redefine themselves
|
||||
|
||||
* 12449: Completion/Base/_arguments, Completion/Base/_values,
|
||||
Completion/Core/_complete, Doc/Zsh/compsys.yo: make $compcontext
|
||||
more powerful and easier to use for simple cases
|
||||
|
|
|
@ -65,4 +65,4 @@ _bsd_pkg() {
|
|||
esac
|
||||
}
|
||||
|
||||
[[ -o kshautoload ]] || _bsd_pkg "$@"
|
||||
_bsd_pkg "$@"
|
||||
|
|
|
@ -38,4 +38,4 @@ _kld() {
|
|||
esac
|
||||
}
|
||||
|
||||
[[ -o kshautoload ]] || _kld "$@"
|
||||
_kld "$@"
|
||||
|
|
Loading…
Reference in a new issue