diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-26 08:27:03 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-26 08:27:03 +0000 |
commit | ea08ba3cea5fe6d979d984a556b902003d0afe04 (patch) | |
tree | 99cce954b6934cbf4d369dc5aa8d3eca390f87cf /Doc/Zsh/compsys.yo | |
parent | d3eca43623881efdd3034cf8089c394c81214a65 (diff) | |
download | zsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.tar.gz zsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.tar.xz zsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.zip |
_pids shouldn't start menu completion if the current word starts with a hyphen; typo fix in compsys.yo (13763)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-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 81700762a..de1c42422 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2300,7 +2300,7 @@ to accept may be given with the tt(-a) option. Its argument should be the same as the value of the tt(max-errors) style, all in one string. Note that this completer (and the tt(_correct) completer mentioned -below) can be quite expansive to call, especially when a large number +below) can be quite expensive to call, especially when a large number of errors is allowed. One way to avoid this is to set up the tt(completer) style using the tt(-e) option to zstyle so that some completers are only used when completion is attempted a second time on |