diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-20 10:25:53 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-20 10:25:53 +0000 |
commit | ce1bba9f71428c788fe616b5a500022cc3c81459 (patch) | |
tree | 59f2b6c243ff6e1205d1ceb25b57e1f6c65441f6 /Doc/Zsh/compsys.yo | |
parent | 1e4ddd3713d278a396a0477e24870f50adc465e6 (diff) | |
download | zsh-ce1bba9f71428c788fe616b5a500022cc3c81459.tar.gz zsh-ce1bba9f71428c788fe616b5a500022cc3c81459.tar.xz zsh-ce1bba9f71428c788fe616b5a500022cc3c81459.zip |
zsh-workers/9387
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f1ad79fab..48bb42621 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1167,9 +1167,10 @@ tt(.) and tt(..) as possible completions. If this style is set to if it is set to tt(..), only `tt(..)' will be added. ) item(tt(squeeze-slashes))( -If set to `true', sequences of slashes (such as tt(foo//bar)) will -be rewritten with a single slash (tt(foo/bar)) when completing -directory names. +If set to `true', sequences of slashes (like in `tt(foo//bar)') will be +rewritten with a single slash (`tt(foo/bar)') when completing directory +names. Using this style can confuse tt(zsh) if slashes get squeezed +before braces completion (e.g. when trying to complete `tt(//{etc)'). ) item(tt(stop))( If set to `true', the tt(_history_complete_word) bindable |