mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
18153: new function for emulating bash's programmable completion system
This commit is contained in:
parent
8df030872c
commit
c53cbd300d
4 changed files with 195 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-01-29 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* 18149, 18153, 18156: Completion/bashcompinit, Doc/Zsh/compsys.yo:
|
||||||
|
new function for emulating bash's programmable completion system
|
||||||
|
|
||||||
2003-01-27 Oliver Kiddle <opk@zsh.org>
|
2003-01-27 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* Doug Kearns: 18141: Completion/Unix/Command/_elinks:
|
* Doug Kearns: 18141: Completion/Unix/Command/_elinks:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||