summaryrefslogtreecommitdiff
path: root/Src/Zle/compmatch.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-0519336: Src/Zle/compmatch.c: Bug with metafied characters in length ofPeter Stephenson1-1/+8
completion prefix
2001-08-08Silence "might be used uninitialized" warning.Wayne Davison1-1/+1
2001-06-27(only the patch to compmatch.c from the mail); improve merging cline lists ↵Sven Wischnowsky1-1/+5
coming from different IPREFIX/PREFIX combinations and such by avoiding to generate cline structs for empty parts after a match spec anchor cline struct (15123)
2001-04-03(13892) fixes for fpaths and completion matchingSven Wischnowsky1-2/+1
2001-04-02make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵Sven Wischnowsky1-1/+2
cursor positioning with partial word match specs (13868)
2001-03-06another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky1-0/+6
2001-03-05fix for matching control, try harder to merge separately completed parts to ↵Sven Wischnowsky1-2/+24
avoid losing user-typed characters (13565)
2001-01-25fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵Sven Wischnowsky1-1/+1
it thought there were characters missing) (13388)
2001-01-15two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky1-4/+4
(13349)
2001-01-12fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky1-0/+2
case where missing characters weren't remembered (13343)
2001-01-10fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky1-26/+35
2000-10-13two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky1-5/+5
components) and reverse order of sub-strings in match-strings (12995)
2000-10-10*** empty log message ***Sven Wischnowsky1-3/+3
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky1-7/+30
to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-09prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky1-1/+10
`nomatch') (12930)
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 ↵Sven Wischnowsky1-0/+1
completing from both ends (CLF_MID) (11939)
2000-06-15more security in completion matching (11924)Sven Wischnowsky1-2/+2
2000-06-13fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky1-1/+1
make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
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
(11796)
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 ↵Sven Wischnowsky1-4/+38
matches over match specs in recursive invocations of match_str() (10925)
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