diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-25 23:50:01 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-25 23:50:01 +0000 |
commit | ad5f9584c11561eb8d58b155aac018a771548e75 (patch) | |
tree | 21c430799fb4e67bb277d3ec9c91c12053616a29 /Completion | |
parent | 3d680025994751fc87c9824d1299418585ef1a50 (diff) | |
download | zsh-ad5f9584c11561eb8d58b155aac018a771548e75.tar.gz zsh-ad5f9584c11561eb8d58b155aac018a771548e75.tar.xz zsh-ad5f9584c11561eb8d58b155aac018a771548e75.zip |
ALL_EXPORT tweaks.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Core/compinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/compinit b/Completion/Core/compinit index d5b7c20af..86e4204f0 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -134,6 +134,7 @@ _comp_options=( NO_shglob NO_ksharrays NO_cshnullglob + NO_allexport ) # These can hold names of functions that are to be called before/after all |