From 6e01a977cc49a19fe6b223b44e12ded7d9ef2061 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 25 Jun 2001 16:10:59 +0000 Subject: Merge a few more dev changes before 4.0.2. --- Doc/Zsh/options.yo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 490946cd5..564e6701b 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -668,6 +668,16 @@ Alters the way options settings are printed: instead of separate lists of set and unset options, all options are shown, marked `on' if they are in the non-default state, `off' otherwise. ) +pindex(KSH_TYPESET) +cindex(argument splitting, in typeset etc.) +cindex(ksh, argument splitting in typeset) +item(tt(KSH_TYPESET) )( +Alters the way arguments to the tt(typeset) family of commands, including +tt(declare), tt(export), tt(float), tt(integer), tt(local) and +tt(readonly), are processed. Without this option, zsh will perform normal +word splitting after command and parameter expansion in arguments of an +assignment; with it, word splitting does not take place in those cases. +) pindex(LIST_AMBIGUOUS) cindex(ambiguous completion) cindex(completion, ambiguous) @@ -757,6 +767,10 @@ not otherwise treated specially; it is passed to the command as a single argument, and not used as an actual parameter assignment. For example, in tt(echo foo=~/bar:~/rod), both occurrences of tt(~) would be replaced. Note that this happens anyway with tt(typeset) and similar statements. + +This option respects the setting of the tt(KSH_TYPESET) option. In other +words, if both options are in effect, arguments looking like +assignments will not undergo wordsplitting. ) pindex(MAIL_WARNING) cindex(mail, warning of reading) -- cgit 1.4.1