diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-25 12:36:41 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-25 12:36:41 +0000 |
commit | 8cdb92e6c6192be5e57721151beb3198448c1367 (patch) | |
tree | 254ac37e16c6ed6242c21334754b3bda339b260d /Doc/Zsh | |
parent | fe45089a5545f6bfad52da591a823bf4c565c2d4 (diff) | |
download | zsh-8cdb92e6c6192be5e57721151beb3198448c1367.tar.gz zsh-8cdb92e6c6192be5e57721151beb3198448c1367.tar.xz zsh-8cdb92e6c6192be5e57721151beb3198448c1367.zip |
zsh-workers/8412
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 8aab13c68..ca8fa2be3 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -61,6 +61,13 @@ for the left code (see below) item(tt(rc m))( for the right code ) +item(tt(tc) var(0))( +for the character indicating the file type printed after filenames if +the tt(LIST_TYPES) option is set +) +item(tt(sp) var(0))( +for the spaces printed after matches to align the next column +) item(tt(ec) var(none))( for the end code ) |