From 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:24:09 +0000 Subject: zsh-3.1.5-pws-14 --- Doc/Zsh/options.yo | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index b59fa624a..c4a8a084e 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -326,6 +326,16 @@ item(tt(GLOB) (tt(PLUS()F), ksh: tt(PLUS()f)))( Perform filename generation (globbing). (See noderef(Filename Generation).) ) +pindex(GLOBAL_RCS_FIRST) +cindex(startup files, changing order) +cindex(files, startup, changing order) +item(tt(GLOBAL_RCS_FIRST) (tt(-d)))( +If this option is set, and the tt(RCS) option is also set (as it is by +default), then the order in which startup files are sourced after +tt(/etc/zshenv) changes to tt(/etc/zprofile), tt(/etc/zshrc), +tt(/etc/zlogin), tt(.zshenv), tt(.zprofile), tt(.zshrc), tt(.zlogin). +The order of tt(.zlogout) and tt(/etc/zlogout) is not affected. +) pindex(GLOB_ASSIGN) item(tt(GLOB_ASSIGN))( If this option is set, filename generation (globbing) is @@ -343,11 +353,11 @@ pindex(GLOB_COMPLETE) item(tt(GLOB_COMPLETE))( When the current word has a glob pattern, do not insert all the words resulting from the expansion but generate matches as for completion and -cycle through them like tt(MENU_COMPLETE). If no matches are found, a -`tt(*)' is added to the end of the word or inserted at the cursor if -tt(COMPLETE_IN_WORD) is set, and completion is attempted again using -pattern matching. Since this doesn't use globbing, it works not only for -files but for all completions, such as options, user names, etc. +cycle through them like tt(MENU_COMPLETE). The matches are generated +as if a `tt(*)' is added to the end of the word or inserted at the cursor if +tt(COMPLETE_IN_WORD) is set. Since this doesn't use globbing, it +works not only for files but for all completions, such as options, +user names, etc. ) pindex(GLOB_DOTS) cindex(globbing, of . files) @@ -1049,6 +1059,7 @@ endsitem() subsect(Also note) startsitem() sitem(tt(-A))(Used by tt(set) for setting arrays) +sitem(tt(-b))(Used on the command line to specify end of option processing) sitem(tt(-c))(Used on the command line to specify a single command) sitem(tt(-m))(Used by tt(setopt) for pattern-matching option setting) sitem(tt(-o))(Used in all places to allow use of long option names) -- cgit 1.4.1