about summary refs log tree commit diff
path: root/Src/Zle/compmatch.c
Commit message (Expand)AuthorAgeFilesLines
...
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-3/+5
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-221-3/+8
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-8/+12
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-151-16/+24
* fixes for completion matching (11346)Sven Wischnowsky2000-05-121-2/+21
* better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky2000-05-081-2/+2
* misplaced cursor with partial-word matching (11007)Sven Wischnowsky2000-04-281-8/+2
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-23/+41
* faster test for `*'-patterns in matching control; prefer direct character mat...Sven Wischnowsky2000-04-261-4/+38
* fix for matching control; improve merging cline lists (10924)Sven Wischnowsky2000-04-261-9/+21
* join_clines() tested the wrong variable (10798)Sven Wischnowsky2000-04-181-2/+2
* fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky2000-04-171-18/+48
* cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky2000-04-071-0/+6
* Recognise new parts in partial word completionSven Wischnowsky2000-04-031-2/+2
* Updated from list as far as 10376Peter Stephenson2000-04-011-51/+73
* Initial revisionTanaka Akira1999-11-011-0/+1906