Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 1 | -1/+4 |
| | | | | representing all other matches; remove completions style from _expand(|_word) (12960) | ||||
* | new match spec characters bBeE, match only word/line not both (11977) | Sven Wischnowsky | 2000-06-19 | 1 | -8/+13 |
| | |||||
* | fixes for calling compfiles, for completing words with special characters; ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -9/+20 |
| | | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding) | ||||
* | fix some memory leaks (thanks, Felix) (11722) | Sven Wischnowsky | 2000-06-02 | 1 | -4/+6 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -1/+1 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -2/+2 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | add -[ak] options to compadd (11533) | Sven Wischnowsky | 2000-05-23 | 1 | -0/+6 |
| | |||||
* | add -x option to compadd to display message unconditionally | Sven Wischnowsky | 2000-05-02 | 1 | -2/+6 |
| | |||||
* | fix for parse error with left-anchored patterns (10963) | Sven Wischnowsky | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵ | Sven Wischnowsky | 2000-04-27 | 1 | -7/+7 |
| | | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959) | ||||
* | allow to anchor on gaps between strings in matching control specs (10926) | Sven Wischnowsky | 2000-04-26 | 1 | -1/+21 |
| | |||||
* | scrolling in completion lists and menu-selection, version1 | Sven Wischnowsky | 2000-04-17 | 1 | -5/+6 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -195/+241 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-26 | 1 | -0/+1332 |