diff options
author | Peter Stephenson <pws@zsh.org> | 2014-12-05 18:08:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-12-05 18:08:18 +0000 |
commit | 02a8a8c7e4fea2c368098a4ea466240046200eaa (patch) | |
tree | c9d0f34378edbb7f2408fa26c660f13deffd12cd /Completion/compinit | |
parent | b4a198cdda3d499af4e2b4f4a2279f98c8d07433 (diff) | |
download | zsh-02a8a8c7e4fea2c368098a4ea466240046200eaa.tar.gz zsh-02a8a8c7e4fea2c368098a4ea466240046200eaa.zip |
33866: addendum to completion trap fix
We need the multifuncdef option on for the trap function definitions to
work. It is by default by this wasn't enforced for the completion
functions.
Diffstat (limited to 'Completion/compinit')
-rw-r--r-- | Completion/compinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/compinit b/Completion/compinit index e42430d6c..9470c92f6 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -133,6 +133,7 @@ _comp_options=( extendedglob glob multibyte + multifuncdef nullglob rcexpandparam unset |