summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2000-08-0212486: new completion caching layerAdam Spiers1-0/+72
2000-08-02if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky1-3/+6
their descriptions (12483)
2000-08-01make $compcontext more powerful and easier to use for simple casesSven Wischnowsky1-7/+15
2000-07-31clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky1-0/+5
and one of the long* values at the same time (12438)
2000-07-3012436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main1-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.
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-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.
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-0/+6
2000-07-27fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky1-2/+5
document it (12405)
2000-07-26Move compinit security checks into compaudit.Bart Schaefer1-10/+21
2000-07-19Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison1-1/+2
2000-07-1912313: bad phrasing in metafaqPeter Stephenson1-3/+3
2000-07-1312242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson1-9/+11
use negative integers in prompt to count from other end of string
2000-07-12fix for list-prompt docs (12229)Sven Wischnowsky1-1/+2
2000-07-05mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle4-5/+21
2000-07-0312140: make key rebinding for _expand complter easierPeter Stephenson1-1/+4
2000-07-0312121: stopmsg in precmdPeter Stephenson1-2/+8
2000-07-03change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2-7/+8
make a-a-i-n-h in menu selection work even without matches (12134)
2000-06-29reverse meaning of yes=num again (12122)Sven Wischnowsky1-1/+1
2000-06-29change suffix style to still do expansion if the suffix contains something ↵Sven Wischnowsky1-1/+2
to expand (12115)
2000-06-29even more fun with the menu style (no=num, yes=long-list, reverse meaning of ↵Sven Wischnowsky1-1/+7
yes=num) (12114)
2000-06-28miscSven Wischnowsky1-4/+4
2000-06-2812086: Alphabetize.Bart Schaefer1-26/+30
2000-06-27menu style accepts yes=x to start menu completion if there are at least x ↵Sven Wischnowsky1-0/+4
matches (3219)
2000-06-27document _use_lo (12082)Sven Wischnowsky1-0/+33
2000-06-2612074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer2-1/+14
2000-06-2612073: read -t to test for available input before readingPeter Stephenson1-1/+17
2000-06-26remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky1-6/+12
2000-06-2512063: Assorted typo-squashing and reformatting.Bart Schaefer4-75/+125
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2-2/+34
list-colors handling (12029)
2000-06-20*** empty log message ***Sven Wischnowsky1-1/+14
2000-06-19_arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky1-0/+11
to understand) (11985)
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky1-5/+26
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky1-6/+9
(11973)
2000-06-19improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky1-0/+18
fake style (11971)
2000-06-19restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky1-3/+8
(3188)
2000-06-16enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky1-2/+10
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky2-53/+34
_expand styles (11937)
2000-06-15make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky1-0/+4
2000-06-13make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky1-4/+9
single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky1-0/+14
context (?)
2000-06-13allow insert-tab to contain `pending[=num]' to handle the case when there is ↵Sven Wischnowsky1-1/+11
pending input (?)
2000-06-13new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky1-0/+14
2000-06-1211867: restrict typeset -H applicationPeter Stephenson1-3/+5
2000-06-0911838: typeset -HPeter Stephenson1-0/+8
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more ↵Sven Wischnowsky1-3/+24
control (11815)
2000-06-07-K option for zparseopts to keep previous array values (11792)Sven Wischnowsky1-9/+28
2000-06-06make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky1-1/+1
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer1-1/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-3/+6
2000-05-30modlist.yo added to .distfilesPeter Stephenson1-7/+12