diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-05-12 14:58:43 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-05-12 14:58:43 +0000 |
commit | 518f437c687bca33aeb4ae804a0b82c1f63ea148 (patch) | |
tree | 5e207617a9c430c739d9b15301ac6b921382180f /Doc/Zsh/compsys.yo | |
parent | 38356d85ba1c3417aaade2f742fcccca2286ec26 (diff) | |
download | zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.gz zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.xz zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.zip |
22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f0bbc56c3..facd589a5 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1268,7 +1268,8 @@ item(tt(file-list))( This style controls whether files completed using the standard builtin mechanism are to be listed with a long list similar to tt(ls -l) (although note that this feature actually uses the shell module -tt(zsh/stat) for file information). +tt(zsh/stat) for file information; this lods the builtin tt(stat) +which will replace any external tt(stat) executable). The style may either be set to a true value (or `tt(all)'), or one of the values `tt(insert)' or `tt(list)', indicating that files |