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 /Doc | |
| 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 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 9184072a5..7f748ad73 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1209,7 +1209,7 @@ generated. Its value is a list of names of completers. If any of these is the name of the completer that generated the matches in this completion, the string will not be added. -The default value for this style is `tt(_expand _old_list _correct +The default value for this style is `tt(_expand _oldlist _correct _approximate)', i.e. it contains the completers for which a string with all matches will almost never be wanted. ) |
