summaryrefslogtreecommitdiff
path: root/Src/Zle/compmatch.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-19a bit of security for a VARARR() (12314)Sven Wischnowsky1-1/+1
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky1-3/+9
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky1-0/+1
2000-06-15more security in completion matching (11924)Sven Wischnowsky1-2/+2
2000-06-13fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky1-1/+1
2000-06-08more anchor matching fixes (11817)Sven Wischnowsky1-10/+11
2000-06-07try to get the tests for `strings long enough' right in anchor matching code ...Sven Wischnowsky1-2/+4
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky1-3/+5
2000-05-22fix for clines in suffix (11496)Sven Wischnowsky1-3/+8
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky1-8/+12
2000-05-15fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky1-16/+24
2000-05-12fixes for completion matching (11346)Sven Wischnowsky1-2/+21
2000-05-08better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky1-2/+2
2000-04-28misplaced cursor with partial-word matching (11007)Sven Wischnowsky1-8/+2
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky1-23/+41
2000-04-26faster test for `*'-patterns in matching control; prefer direct character mat...Sven Wischnowsky1-4/+38
2000-04-26fix for matching control; improve merging cline lists (10924)Sven Wischnowsky1-9/+21
2000-04-18join_clines() tested the wrong variable (10798)Sven Wischnowsky1-2/+2
2000-04-17fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky1-18/+48
2000-04-07cursor placed on wrong word part with ** match spec (10573)Sven Wischnowsky1-0/+6
2000-04-03Recognise new parts in partial word completionSven Wischnowsky1-2/+2
2000-04-01Updated from list as far as 10376Peter Stephenson1-51/+73
1999-11-01Initial revisionTanaka Akira1-0/+1906