about summary refs log tree commit diff
path: root/Src/Zle/compmatch.c
Commit message (Collapse)AuthorAgeFilesLines
* two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky2000-10-131-5/+5
| | | | components) and reverse order of sub-strings in match-strings (12995)
* *** empty log message ***Sven Wischnowsky2000-10-101-3/+3
|
* follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky2000-10-101-7/+30
| | | | to go back to try match specs if it fails after accepting such character matches (12941)
* prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky2000-10-091-1/+10
| | | | `nomatch') (12930)
* a bit of security for a VARARR() (12314)Sven Wischnowsky2000-07-191-1/+1
|
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-3/+9
|
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky2000-06-161-0/+1
| | | | completing from both ends (CLF_MID) (11939)
* more security in completion matching (11924)Sven Wischnowsky2000-06-151-2/+2
|
* fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky2000-06-131-1/+1
| | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
* more anchor matching fixes (11817)Sven Wischnowsky2000-06-081-10/+11
|
* try to get the tests for `strings long enough' right in anchor matching code ↵Sven Wischnowsky2000-06-071-2/+4
| | | | (11796)
* 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 ↵Sven Wischnowsky2000-04-261-4/+38
| | | | matches over match specs in recursive invocations of match_str() (10925)
* 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