diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:24:09 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:24:09 +0000 |
commit | 6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7 (patch) | |
tree | ec80a986c49f2da21eed83b7097f0f4e99f57e3f /Doc/Zsh/options.yo | |
parent | 640a840d2e94f0fc245ef8632050c37af23c6b94 (diff) | |
download | zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.gz zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.tar.xz zsh-6c1fb551ba0973c9a86e1ea479d553d66c6bf6b7.zip |
zsh-3.1.5-pws-14 zsh-3.1.5-pws-14
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 21 |
1 files changed, 16 insertions, 5 deletions
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) |