about summary refs log tree commit diff
path: root/Completion/Base/Completer
Commit message (Expand)AuthorAgeFilesLines
* add original string as match (like in _approximate)Oliver Kiddle2002-04-041-3/+14
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-041-2/+6
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-131-3/+3
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-041-4/+4
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-1/+1
* allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky2002-01-211-5/+5
* fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky2002-01-071-2/+2
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-5/+6
* 15638Sven Wischnowsky2001-08-161-1/+2
* make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky2001-08-071-1/+6
* (15357)Sven Wischnowsky2001-07-101-2/+8
* spelling correctionsOliver Kiddle2001-05-292-2/+2
* use `eval $_comp_setup' in all entry points of the completion system to not o...Sven Wischnowsky2001-05-291-1/+1
* (14350)Sven Wischnowsky2001-05-151-2/+25
* insert redirection operators when expanding after one (14281)Oliver Kiddle2001-05-091-11/+12
* missing star in suffix-style test pattern (14197)Sven Wischnowsky2001-05-021-1/+1
* fixelt for the test for the suffix style; if word contains only a tilde, don'...Sven Wischnowsky2001-04-301-1/+1
* try to improve testing for suffix style in _expand; make _path_files fail to ...Sven Wischnowsky2001-04-271-1/+6
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-271-4/+2
* make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky2001-04-261-3/+9
* new or changed after moveSven Wischnowsky2001-04-021-0/+6
* moved from Completion/Core/_prefixSven Wischnowsky2001-04-021-0/+53
* moved from Completion/Core/_oldlistSven Wischnowsky2001-04-021-0/+57
* moved from Completion/Core/_menuSven Wischnowsky2001-04-021-0/+23
* moved from Completion/Core/_matchSven Wischnowsky2001-04-021-0/+70
* moved from Completion/Core/_listSven Wischnowsky2001-04-021-0/+37
* moved from Completion/Core/_ignoredSven Wischnowsky2001-04-021-0/+64
* moved from Completion/Core/_historySven Wischnowsky2001-04-021-0/+60
* moved from Completion/Core/_expand_aliasSven Wischnowsky2001-04-021-0/+48
* moved from Completion/Core/_expandSven Wischnowsky2001-04-021-0/+185
* moved from Completion/Core/_correctSven Wischnowsky2001-04-021-0/+19
* moved from Completion/Core/_completeSven Wischnowsky2001-04-021-0/+144
* moved from Completion/Core/_approximateSven Wischnowsky2001-04-021-0/+108
* moved from Completion/Core/_all_matchesSven Wischnowsky2001-04-021-0/+43