about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky2000-04-123-4/+8
| | | | show completion lists (10686)
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky2000-04-126-431/+1053
| | | | to find word (10685)
* 10681: Setopts in _complete_help the same as _main_complete.Bart Schaefer2000-04-122-1/+8
|
* 10680: spelling corrections in _diff_optionsClint Adams2000-04-112-32/+42
|
* 10669: compinstall more flexible with input and output filesPeter Stephenson2000-04-112-5/+55
|
* 10657: One change missed in 10635.Bart Schaefer2000-04-112-3/+9
| | | | Also, a no-op cleanup in prompt_bart_setup.
* make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky2000-04-112-1/+4
|
* make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky2000-04-112-2/+5
|
* make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky2000-04-114-16/+28
| | | | spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
* _make uses $words[1] for command name (10635)Sven Wischnowsky2000-04-112-6/+9
|