diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-11 19:12:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-11 19:12:22 +0000 |
commit | ffabab4e74ae5b7e61550c528b8d19f6af6217e3 (patch) | |
tree | 666ce4565e2740f1f4bc4e1c07a2b188004f38f6 /Functions/Zle/quote-and-complete-word | |
parent | 1b1712d065fae345cc5658318757348e9fb298d0 (diff) | |
download | zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.gz zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.xz zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.zip |
25276: use autoload -z for zsh-autoload functions
Diffstat (limited to 'Functions/Zle/quote-and-complete-word')
-rw-r--r-- | Functions/Zle/quote-and-complete-word | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/quote-and-complete-word b/Functions/Zle/quote-and-complete-word index e2646dbaa..a8c0618ae 100644 --- a/Functions/Zle/quote-and-complete-word +++ b/Functions/Zle/quote-and-complete-word @@ -5,7 +5,7 @@ # normal completion fails, the quotes are removed again. # # To use it: -# autoload -U quote-and-complete-word +# autoload -Uz quote-and-complete-word # zle -N quote-and-complete-word # bindkey '\t' quote-and-complete-word # |