about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 12722: [##base] for output base selection without a base prefixAndrew Main2000-09-021-0/+5
|
* 12719: quoting arrays in vared with real backslashesPeter Stephenson2000-08-291-4/+5
|
* 12716: Document and index REPLY/reply paramters properly.Bart Schaefer2000-08-297-19/+45
|
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-161-2/+3
|
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-151-10/+8
|
* Minor documentation fixes (12585)Oliver Kiddle2000-08-105-51/+51
|
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-101-2/+6
|
* 12581: C_BASES optionPeter Stephenson2000-08-101-0/+13
|
* more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2000-08-081-2/+4
|
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-7/+49
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* small fix for `read -r' doc (12497)Sven Wischnowsky2000-08-031-1/+2
|
* make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky2000-08-031-0/+5
| | | | bound to a shell function widget (12494)
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+72
|
* if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky2000-08-021-3/+6
| | | | their descriptions (12483)
* make $compcontext more powerful and easier to use for simple casesSven Wischnowsky2000-08-011-7/+15
|
* clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky2000-07-311-0/+5
| | | | and one of the long* values at the same time (12438)
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-301-2/+5
| | | | | | | the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type.
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-9/+51
| | | | | | | | Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-0/+6
|
* fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky2000-07-271-2/+5
| | | | document it (12405)
* Move compinit security checks into compaudit.Bart Schaefer2000-07-261-10/+21
|
* Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison2000-07-191-1/+2
|
* 12313: bad phrasing in metafaqPeter Stephenson2000-07-191-3/+3
|
* 12242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson2000-07-131-9/+11
| | | | use negative integers in prompt to count from other end of string
* fix for list-prompt docs (12229)Sven Wischnowsky2000-07-121-1/+2
|
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-054-5/+21
|
* 12146: reintroduce install_info codePeter Stephenson2000-07-031-0/+4
|
* 12140: make key rebinding for _expand complter easierPeter Stephenson2000-07-031-1/+4
|
* 12121: stopmsg in precmdPeter Stephenson2000-07-031-2/+8
|
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-032-7/+8
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-291-1/+1
|
* change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky2000-06-291-1/+2
| | | | to expand (12115)
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky2000-06-291-1/+7
| | | | yes=num) (12114)
* miscSven Wischnowsky2000-06-281-4/+4
|
* 12086: Alphabetize.Bart Schaefer2000-06-281-26/+30
|
* menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky2000-06-271-0/+4
| | | | matches (3219)
* document _use_lo (12082)Sven Wischnowsky2000-06-271-0/+33
|
* 12074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer2000-06-262-1/+14
|
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-261-1/+17
|
* remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky2000-06-261-6/+12
|
* 12063: Assorted typo-squashing and reformatting.Bart Schaefer2000-06-254-75/+125
|
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-222-2/+34
| | | | list-colors handling (12029)
* *** empty log message ***Sven Wischnowsky2000-06-201-1/+14
|
* _arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky2000-06-191-0/+11
| | | | to understand) (11985)
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-5/+26
|
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-191-6/+9
| | | | (11973)
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-0/+18
| | | | fake style (11971)
* restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky2000-06-191-3/+8
| | | | (3188)
* enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky2000-06-161-2/+10
|
* zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky2000-06-162-53/+34
| | | | _expand styles (11937)