| Commit message (Expand) | Author | Age | Files | Lines |
* | allow completion after `a{{b,c},'; fix for closing brace re-insertion when co... | Sven Wischnowsky | 2000-06-16 | 3 | -10/+3 |
* | more security in completion matching (11924) | Sven Wischnowsky | 2000-06-15 | 1 | -2/+2 |
* | fix for _arguments, it took non-option strings as options (11910) | Sven Wischnowsky | 2000-06-15 | 1 | -3/+12 |
* | better fix for menu selection on dumb terminal (11885?) | Sven Wischnowsky | 2000-06-14 | 1 | -3/+3 |
* | make -A take a pattern as argument to match non-arguments; allow single-lette... | Sven Wischnowsky | 2000-06-13 | 1 | -39/+62 |
* | fix for longer capability strings (sunsite still not responding, sigh) | Sven Wischnowsky | 2000-06-13 | 1 | -6/+8 |
* | fixes for calling compfiles, for completing words with special characters; ma... | Sven Wischnowsky | 2000-06-13 | 3 | -35/+190 |
* | Alexandre: Fix colored listings crash (article number attribution may be | Bart Schaefer | 2000-06-11 | 1 | -1/+1 |
* | 11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entry | Bart Schaefer | 2000-06-10 | 1 | -0/+2 |
* | fix for menu-completion when another completion came right after it (11836) | Sven Wischnowsky | 2000-06-09 | 2 | -0/+2 |
* | improve _path_files, move some code into C, try to optimise glob patterns and... | Sven Wischnowsky | 2000-06-09 | 1 | -0/+290 |
* | more anchor matching fixes (11817) | Sven Wischnowsky | 2000-06-08 | 1 | -10/+11 |
* | make C-code expansion add a space only when more than one word was generated ... | Sven Wischnowsky | 2000-06-08 | 1 | -2/+3 |
* | try to get the tests for `strings long enough' right in anchor matching code ... | Sven Wischnowsky | 2000-06-07 | 1 | -2/+4 |
* | optimise command lookup in old and new completion (user/3124) | Sven Wischnowsky | 2000-06-07 | 1 | -2/+5 |
* | hopefully more consistent beeping with menu-selection (11794) | Sven Wischnowsky | 2000-06-07 | 3 | -12/+19 |
* | some more memory leak fixes (11745) | Sven Wischnowsky | 2000-06-05 | 1 | -1/+1 |
* | Felix, 11734: Memory leak and doc error. | Bart Schaefer | 2000-06-03 | 1 | -0/+1 |
* | fix some memory leaks (thanks, Felix) (11722) | Sven Wischnowsky | 2000-06-02 | 2 | -4/+7 |
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -1/+1 |
* | Disable vared only for interactive shells where ZLE has been explicitly | Bart Schaefer | 2000-06-01 | 1 | -1/+1 |
* | allow display of only messages via $compstate[list]=messages (11688) | Sven Wischnowsky | 2000-05-31 | 3 | -9/+17 |
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -2/+2 |
* | move to last cursor after not asking a second time if list should be shown (1... | Sven Wischnowsky | 2000-05-31 | 1 | -1/+3 |
* | fix for ignore-line style (11679) | Sven Wischnowsky | 2000-05-31 | 1 | -0/+4 |
* | bogus uninitialised variable warning | Sven Wischnowsky | 2000-05-30 | 1 | -1/+1 |
* | fixes for _arguments without multiple sets; change completion test for empty ... | Sven Wischnowsky | 2000-05-30 | 1 | -2/+2 |
* | Wayne: Fix two history bugs that were causing the | Bart Schaefer | 2000-05-30 | 2 | -1/+4 |
* | matching bugs with patterns with two anchors (11634) | Sven Wischnowsky | 2000-05-29 | 3 | -4/+22 |
* | fixes for _arguments with sets; make _zpty not use sets (11624) | Sven Wischnowsky | 2000-05-29 | 1 | -6/+16 |
* | disable vared if zle is not enabled (11566) | Sven Wischnowsky | 2000-05-26 | 1 | -0/+4 |
* | better cursor-movement in menu-selection (11569) | Sven Wischnowsky | 2000-05-25 | 1 | -3/+11 |
* | force listing in _complete_debug; make complist with list-scrolling stopt at ... | Sven Wischnowsky | 2000-05-25 | 1 | -9/+14 |
* | fix for comparguments to make -s have an effect again (11552) | Sven Wischnowsky | 2000-05-24 | 1 | -2/+1 |
* | add -[ak] options to compadd (11533) | Sven Wischnowsky | 2000-05-23 | 3 | -11/+49 |
* | save and restore more variables in bufferwords(); move gotword() into core (1... | Sven Wischnowsky | 2000-05-23 | 3 | -29/+68 |
* | make sure wouldinstab is set before calling docomplete() (11503) | Sven Wischnowsky | 2000-05-22 | 1 | -1/+11 |
* | fix for clines in suffix (11496) | Sven Wischnowsky | 2000-05-22 | 1 | -3/+8 |
* | be more careful when decided if to insert tabs instead of completing (11493) | Sven Wischnowsky | 2000-05-22 | 2 | -2/+4 |
* | pat(-) in long-option patterns to say that argument should be completed only ... | Sven Wischnowsky | 2000-05-22 | 1 | -198/+349 |
* | fix for a-a-m-c in menu selection; scroll explanations onto screen again (11... | Sven Wischnowsky | 2000-05-22 | 1 | -33/+53 |
* | fix for unambiguous string insertion (11466) | Sven Wischnowsky | 2000-05-19 | 1 | -1/+1 |
* | small doc fix; make compcall autoload compctl module (11457) | Sven Wischnowsky | 2000-05-18 | 1 | -2/+5 |
* | add Felix' completion matching test; some fixes for bugs shown by it (11439) | Sven Wischnowsky | 2000-05-17 | 3 | -52/+59 |
* | fix scrolling in menu-selection with matches spanning multiple lines | Sven Wischnowsky | 2000-05-16 | 2 | -20/+74 |
* | make menu-select accept the match when typing a non-special character (11401) | Sven Wischnowsky | 2000-05-16 | 1 | -0/+1 |
* | extra paranoia for empty prefix/suffix in completion matching (11374) | Sven Wischnowsky | 2000-05-15 | 1 | -4/+4 |
* | fix for completion of string with single quote (11365) | Sven Wischnowsky | 2000-05-15 | 1 | -2/+5 |
* | fix for suffix-matching; better in-path completion in _path_files (11364) | Sven Wischnowsky | 2000-05-15 | 1 | -16/+24 |
* | fix for completing options with `_arguments -s'; fix for _message to use `bui... | Sven Wischnowsky | 2000-05-12 | 1 | -12/+21 |