about summary refs log tree commit diff
path: root/Completion/Base/Completer/_approximate
Commit message (Collapse)AuthorAgeFilesLines
* Marlon Richert: 51861: fix _approximate when compadd has been overriddenBart Schaefer2023-08-271-26/+22
| | | | | Before this patch, if compadd had been overridden by a function of the same name, _approximate would not do corrections.
* 21046: make unfunction compadd more reliablePeter Stephenson2005-03-211-3/+15
|
* fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky2002-01-071-2/+2
| | | | command names instead of pids (16406)
* 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
| | | | _describe; fix for correction and _describe with grouped lists (15588)
* spelling correctionsOliver Kiddle2001-05-291-1/+1
|
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-271-4/+2
|
* moved from Completion/Core/_approximateSven Wischnowsky2001-04-021-0/+108