diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-20 09:04:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-20 09:04:39 +0000 |
commit | feb29659f1be2d94569afed60919b351a685abc8 (patch) | |
tree | dafad940dc82a81ce3b87575abfaa12b1e2ea542 /Doc | |
parent | ad3d514ac79b573ce43fa7089175de519f39f21d (diff) | |
download | zsh-feb29659f1be2d94569afed60919b351a685abc8.tar.gz zsh-feb29659f1be2d94569afed60919b351a685abc8.tar.xz zsh-feb29659f1be2d94569afed60919b351a685abc8.zip |
users/14143 plus tweak in padding code:
use default IFS if IFS is unset
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index f77d36db4..18c146802 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -893,6 +893,9 @@ character together with any adjacent IFS white space character delimit a field. If an IFS white space character appears twice consecutively in the IFS, this character is treated as if it were not an IFS white space character. + +If the parameter is unset, the default is used. Note this has +a different effect from setting the parameter to an empty string. ) vindex(KEYTIMEOUT) item(tt(KEYTIMEOUT))( |