summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky1-74/+78
actions if we aren't after an option already (in the same word) (14733)
2001-06-05Add --nobuild and --nogpg to rpm completion.Chmouel Boudjnah1-2/+2
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2-2/+2
2001-06-01Add _ruby.Bart Schaefer1-1/+1
2001-06-0114635: presume '*core' glob for coredump filesClint Adams1-1/+1
2001-06-01* 14628: Completion/Unix/Command/_ruby: new completion function.Tanaka Akira1-0/+49
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-3/+5
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
2001-05-31(14602)Sven Wischnowsky1-0/+1
2001-05-31always use supplied matchers (14599)Sven Wischnowsky1-2/+2
2001-05-30update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle4-7/+15
2001-05-30some cleanup (14558)Sven Wischnowsky2-7/+0
2001-05-29spelling correctionsOliver Kiddle26-63/+63
2001-05-29Add support for rpm update-alternatives.Chmouel Boudjnah1-7/+13
2001-05-2914538: cleaner _perl_config_vars from Matt ZimmermanClint Adams1-4/+1
2001-05-2914536: multiple --slave loopClint Adams1-4/+17
2001-05-2914533: -> to = -> for dpkg and update-alternativesClint Adams2-7/+7
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky10-18/+20
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-05-28thinkoClint Adams1-1/+1
2001-05-2814513: update-alternatives completionClint Adams2-0/+42
2001-05-2814512: dpkg --compare-versions behavior tweakClint Adams1-4/+4
2001-05-2814509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams1-1/+1
2001-05-2514479: apt-get --reinstallClint Adams1-0/+1
2001-05-21fix to include + options in tag order (14416)Oliver Kiddle1-1/+1
2001-05-21unposted: quote $@ in calls to _argumentsClint Adams1-2/+2
2001-05-21make use of _arguments in _set (14409)Oliver Kiddle1-7/+23
2001-05-1814378: more programs that process .texClint Adams1-1/+1
2001-05-17* 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira1-1/+1
introduced by cvs-1.11.1.
2001-05-17typo with compset in _lpPeter Stephenson1-1/+1
2001-05-1614362: more modprobe stuffClint Adams1-1/+20
2001-05-1614361: better modprobe completionClint Adams1-3/+28
2001-05-15fix bug where /sbin/lsmod was redirected in instead of being run (14355)Oliver Kiddle1-5/+4
2001-05-15(14350)Sven Wischnowsky1-2/+25
2001-05-1514341: modprobe -r / rmmod completionClint Adams2-1/+45
2001-05-1414330: handle quotes better in _most_recent_filePeter Stephenson1-7/+9
2001-05-10* 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira1-2/+31
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-09complete only files that can be chowned (14282)Oliver Kiddle1-4/+18
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle1-11/+12
2001-05-08Remove unnecessary '*' from pattern.Bart Schaefer1-1/+1
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-12/+15
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle1-1/+1
2001-05-08fix guard to accept partial display numbers (14255)Oliver Kiddle1-1/+1
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky1-2/+7
2001-05-07double all backslashes before colons in the original pattern (14240)Sven Wischnowsky1-1/+1
2001-05-06Improve handling of b/n/s subscript flags.Bart Schaefer1-1/+25
2001-05-05Fix subscript flag descriptionsBart Schaefer1-10/+11
2001-05-04complete subscript flags (14227)Oliver Kiddle1-1/+30
2001-05-04Path prefix completion for cvs subcommands.Bart Schaefer1-7/+21
2001-05-04update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle1-3/+3
2001-05-03Fix _files -FBart Schaefer1-3/+3
2001-05-03minor completion changes (14216)Oliver Kiddle5-17/+17