diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-28 13:12:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-28 13:12:55 +0000 |
commit | 6157c14d0602c698aa9ebfac9a2135ef095a76b4 (patch) | |
tree | cae7cb80281a1426c06734889fd8f0b83292c6ca /Completion/compinit | |
parent | f95a6a913c885932827e9c0219221f7de7ccdd79 (diff) | |
download | zsh-6157c14d0602c698aa9ebfac9a2135ef095a76b4.tar.gz zsh-6157c14d0602c698aa9ebfac9a2135ef095a76b4.tar.xz zsh-6157c14d0602c698aa9ebfac9a2135ef095a76b4.zip |
22525: lengths and cases of multibyte strings in parameters and history
Diffstat (limited to 'Completion/compinit')
-rw-r--r-- | Completion/compinit | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/compinit b/Completion/compinit index 74a512fc3..a78fd1ce2 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -128,11 +128,12 @@ fi # The standard options set in completion functions. _comp_options=( - glob + extendedglob bareglobqual + glob + multibyte nullglob rcexpandparam - extendedglob unset NO_markdirs NO_globsubst |