diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
commit | 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 (patch) | |
tree | 32c80b045d603144ffafde5acf96853ba164d3f7 /Functions/Zle/match-words-by-style | |
parent | 278a892888352f717b72dc1af06105cdfcbe63fe (diff) | |
download | zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.gz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.xz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.zip |
c.f. users/15202: use "autoload -Uz" consistently
Diffstat (limited to 'Functions/Zle/match-words-by-style')
-rw-r--r-- | Functions/Zle/match-words-by-style | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/match-words-by-style b/Functions/Zle/match-words-by-style index 2cbc35469..69ceba76a 100644 --- a/Functions/Zle/match-words-by-style +++ b/Functions/Zle/match-words-by-style @@ -73,7 +73,7 @@ local nwords MATCH MBEGIN MEND subwordrange local curcontext=${curcontext:-:zle:match-words-by-style} -autoload -U match-word-context +autoload -Uz match-word-context match-word-context while getopts "w:s:c:C:r:" opt; do |