Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence "might be used uninitialized" warning. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | (only the patch to compmatch.c from the mail); improve merging cline lists ↵ | Sven Wischnowsky | 2001-06-27 | 1 | -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) | ||||
* | (13892) fixes for fpaths and completion matching | Sven Wischnowsky | 2001-04-03 | 1 | -2/+1 |
| | |||||
* | make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵ pre-func-move | Sven Wischnowsky | 2001-04-02 | 1 | -1/+2 |
| | | | | cursor positioning with partial word match specs (13868) | ||||
* | another fix for completion matching, CLF_MISS in the wrong cline struct (13575) | Sven Wischnowsky | 2001-03-06 | 1 | -0/+6 |
| | |||||
* | fix for matching control, try harder to merge separately completed parts to ↵ | Sven Wischnowsky | 2001-03-05 | 1 | -2/+24 |
| | | | | avoid losing user-typed characters (13565) | ||||
* | fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵ | Sven Wischnowsky | 2001-01-25 | 1 | -1/+1 |
| | | | | it thought there were characters missing) (13388) | ||||
* | two more fixes for completion matching and reporting interesting positions ↵ | Sven Wischnowsky | 2001-01-15 | 1 | -4/+4 |
| | | | | (13349) | ||||
* | fix for 13339 (report each position only once) and fixlet for matching: a ↵ | Sven Wischnowsky | 2001-01-12 | 1 | -0/+2 |
| | | | | case where missing characters weren't remembered (13343) | ||||
* | fix cursor positioning with partial-word match specs using `**' (13336) | Sven Wischnowsky | 2001-01-10 | 1 | -26/+35 |
| | |||||
* | two completion matching fixes; wrong (path) prefix matching (removed path ↵ | Sven Wischnowsky | 2000-10-13 | 1 | -5/+5 |
| | | | | components) and reverse order of sub-strings in match-strings (12995) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 1 | -3/+3 |
| | |||||
* | follow-up to 12930, make it first try exact character matches, but enable it ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -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 Wischnowsky | 2000-10-09 | 1 | -1/+10 |
| | | | | `nomatch') (12930) | ||||
* | a bit of security for a VARARR() (12314) | Sven Wischnowsky | 2000-07-19 | 1 | -1/+1 |
| | |||||
* | new match spec characters bBeE, match only word/line not both (11977) | Sven Wischnowsky | 2000-06-19 | 1 | -3/+9 |
| | |||||
* | allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵ | Sven Wischnowsky | 2000-06-16 | 1 | -0/+1 |
| | | | | completing from both ends (CLF_MID) (11939) | ||||
* | more security in completion matching (11924) | Sven Wischnowsky | 2000-06-15 | 1 | -2/+2 |
| | |||||
* | fixes for calling compfiles, for completing words with special characters; ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -1/+1 |
| | | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding) | ||||
* | more anchor matching fixes (11817) | Sven Wischnowsky | 2000-06-08 | 1 | -10/+11 |
| | |||||
* | try to get the tests for `strings long enough' right in anchor matching code ↵ | Sven Wischnowsky | 2000-06-07 | 1 | -2/+4 |
| | | | | (11796) | ||||
* | matching bugs with patterns with two anchors (11634) | Sven Wischnowsky | 2000-05-29 | 1 | -3/+5 |
| | |||||
* | fix for clines in suffix (11496) | Sven Wischnowsky | 2000-05-22 | 1 | -3/+8 |
| | |||||
* | add Felix' completion matching test; some fixes for bugs shown by it (11439) | Sven Wischnowsky | 2000-05-17 | 1 | -8/+12 |
| | |||||
* | fix for suffix-matching; better in-path completion in _path_files (11364) | Sven Wischnowsky | 2000-05-15 | 1 | -16/+24 |
| | |||||
* | fixes for completion matching (11346) | Sven Wischnowsky | 2000-05-12 | 1 | -2/+21 |
| | |||||
* | better cursor positioning in words with multiple ambiguous word parts (11248) | Sven Wischnowsky | 2000-05-08 | 1 | -2/+2 |
| | |||||
* | misplaced cursor with partial-word matching (11007) | Sven Wischnowsky | 2000-04-28 | 1 | -8/+2 |
| | |||||
* | allow to anchor on gaps between strings in matching control specs (10926) | Sven Wischnowsky | 2000-04-26 | 1 | -23/+41 |
| | |||||
* | faster test for `*'-patterns in matching control; prefer direct character ↵ | Sven Wischnowsky | 2000-04-26 | 1 | -4/+38 |
| | | | | matches over match specs in recursive invocations of match_str() (10925) | ||||
* | fix for matching control; improve merging cline lists (10924) | Sven Wischnowsky | 2000-04-26 | 1 | -9/+21 |
| | |||||
* | join_clines() tested the wrong variable (10798) | Sven Wischnowsky | 2000-04-18 | 1 | -2/+2 |
| | |||||
* | fix for partial word completion with empty parts and common suffix (10774) | Sven Wischnowsky | 2000-04-17 | 1 | -18/+48 |
| | |||||
* | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 2000-04-07 | 1 | -0/+6 |
| | |||||
* | Recognise new parts in partial word completion | Sven Wischnowsky | 2000-04-03 | 1 | -2/+2 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -51/+73 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-01 | 1 | -0/+1906 |