about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* add zstyle+ (this is the *real* 3.1.7-pre-1) zsh-3.1.7-prep-1Peter Stephenson2000-04-192-3/+5
|
* Test additions; 3.1.7-pre-1Peter Stephenson2000-04-196-4/+536
|
* Ollivier Robert: 10844: prefer curses to termcap on HPUX 11Peter Stephenson2000-04-192-1/+6
|
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-194-4/+36
|
* 10830: Doc/Makefile.in: don't force dvips to use 300 dpi.Peter Stephenson2000-04-192-57/+213
|
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky2000-04-193-181/+1463
| | | | but zsh/complete isn't (10828)
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-195-32/+85
| | | | variable-width strings (10816)
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-182-1/+12
|
* handle list-prompt in compinstallPeter Stephenson2000-04-182-3/+25
|
* change suffix added when completing an assigned value (10807)Sven Wischnowsky2000-04-182-2/+5
|
* 10802: typoPeter Stephenson2000-04-182-1/+5
|
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-187-44/+132
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky2000-04-181-2/+6
|
* fix to get newlines in non-job-texts (I'm sooo stupid) (10799)Sven Wischnowsky2000-04-181-0/+3
|
* join_clines() tested the wrong variable (10798)Sven Wischnowsky2000-04-182-2/+7
|
* zstyle+ simplifies definition of styles (10795)Sven Wischnowsky2000-04-172-0/+37
|
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-179-390/+1777
|
* 10789: <(...) and >(...) documentationPeter Stephenson2000-04-172-10/+23
|
* display newlines as spaces in job-texts (10788)Sven Wischnowsky2000-04-172-2/+5
|
* fix for exclusion lists for -+o specificationsSven Wischnowsky2000-04-172-3/+6
|
* 10772: Chmouel: rpm --target completionPeter Stephenson2000-04-172-0/+9
|
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-176-11/+63
|
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-175-34/+59
|
* fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky2000-04-172-18/+53
|
* 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson2000-04-167-155/+470
|
* 10768: configure.in: DLLDFLAGS for OpenBSD.Clint Adams2000-04-152-0/+5
|
* 10764: run-help improvements10764: run-help improvements10764: run-help ↵Clint Adams2000-04-142-9/+29
| | | | improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements
* 10763: complete after : for typeset & friendsClint Adams2000-04-142-2/+12
|
* Doc fix for 10756Peter Stephenson2000-04-142-5/+8
|
* missing `+'s in _diffoptions (10760)Sven Wischnowsky2000-04-142-9/+13
|
* 10756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson2000-04-145-2/+79
|
* Fix formatting.Bart Schaefer2000-04-141-2/+4
|
* 10748: configure-switch for MAXJOBClint Adams2000-04-132-21/+41
|
* 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams2000-04-134-3/+34
|
* 10743: fix replenv() of imported special parametersPeter Stephenson2000-04-132-1/+8
|
* 10738: pws: local parameters can be exportedPeter Stephenson2000-04-135-53/+84
|
* remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2000-04-134-18/+25
|
* make read -[kq] always print the prompt, if any; after all they make sure ↵Sven Wischnowsky2000-04-132-6/+18
| | | | they have a terminal anyway (10727)
* fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky2000-04-132-1/+3
|
* comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky2000-04-134-0/+12
|
* display number of matches again when asking if a completion list should be ↵Sven Wischnowsky2000-04-133-6/+20
| | | | shown (only when not zero) (10724)
* 10706: Andrej: Fix quoting in awk args.Bart Schaefer2000-04-122-2/+6
|
* 10700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer2000-04-122-6/+41
|
* Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle2000-04-123-7/+41
|
* forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky2000-04-121-1/+2
|
* compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2000-04-123-12/+23
|
* allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2000-04-124-13/+24
|
* missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky2000-04-122-0/+4
| | | | fc builtin (10692)
* keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky2000-04-123-3/+9
|
* comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky2000-04-125-79/+2946
|