diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-07 19:52:09 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-16 18:28:26 +0200 |
| commit | 65852a734cfe7f4b0637f349b7ee38d04d760f92 (patch) | |
| tree | 9c7d549599cd51972b187f3d6ac0cdbf9bfd6558 /Completion | |
| parent | 54325: docs: swap eval contexts for <(...) and >(...) (diff) | |
| download | zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar.gz zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar.bz2 zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar.lz zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar.xz zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.tar.zst zsh-65852a734cfe7f4b0637f349b7ee38d04d760f92.zip | |
54530: Fix typo in default value for avoid-completer
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Base/Completer/_all_matches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Completer/_all_matches b/Completion/Base/Completer/_all_matches index 59a6d8060..5f6841551 100644 --- a/Completion/Base/Completer/_all_matches +++ b/Completion/Base/Completer/_all_matches @@ -28,7 +28,7 @@ _all_matches_end() { local not zstyle -s "$_all_matches_context" avoid-completer not || - not=( _expand _old_list _correct _approximate ) + not=( _expand _oldlist _correct _approximate ) if [[ "$compstate[nmatches]" -gt 1 && $not[(I)(|_)$_completer] -eq 0 ]]; then local expl |
