diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-01-29 15:04:47 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-01-29 15:04:47 +0000 |
commit | 3c0d6bc5b1d3660904e318e279b2248187b87e9c (patch) | |
tree | f679443f7e98e7e6447e89f9c391e5302962a9c0 | |
parent | 456e958527cc432467a09aa08abe54ff6684f351 (diff) | |
download | zsh-3c0d6bc5b1d3660904e318e279b2248187b87e9c.tar.gz zsh-3c0d6bc5b1d3660904e318e279b2248187b87e9c.tar.xz zsh-3c0d6bc5b1d3660904e318e279b2248187b87e9c.zip |
18149, 18153: new func for emulating bash's programmable completion system
-rw-r--r-- | Completion/.distfiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/.distfiles b/Completion/.distfiles index cb8fda0bd..65ab759c1 100644 --- a/Completion/.distfiles +++ b/Completion/.distfiles @@ -1,4 +1,5 @@ DISTFILES_SRC=' .distfiles .cvsignore README compaudit compdump compinit compinstall +bashcompinit ' |