Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-24 | improve user/host completion before a @ (15468) | Sven Wischnowsky | 1 | -0/+2 | |
2001-07-19 | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 1 | -0/+43 | |
strings before calling compdescribe, otherwise some matches will be hiddens (15415) | |||||
2001-07-18 | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2 | -4/+11 | |
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | |||||
2001-07-18 | add support for -R option (15402) | Sven Wischnowsky | 1 | -0/+9 | |
2001-07-17 | use colon separator for BSD (15393) | Oliver Kiddle | 1 | -1/+1 | |
2001-07-17 | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 1 | -0/+5 | |
2001-07-13 | 15390: Cygwin support | Andrey Borzenkov | 2 | -1/+53 | |
2001-07-13 | make _files not use its own description if there is one from a calling ↵ | Sven Wischnowsky | 2 | -3/+11 | |
function; improve -P-prefix handling in _path_files (15389) | |||||
2001-07-10 | (15357) | Sven Wischnowsky | 1 | -2/+8 | |
2001-07-10 | remove not only numeric suffixes, but also `.n' and the like (15352) | Sven Wischnowsky | 1 | -3/+2 | |
2001-07-06 | add exclusion lists and use _multi_parts for sysctl completion on BSD (15252) | Oliver Kiddle | 2 | -17/+22 | |
2001-07-06 | (15283) | Sven Wischnowsky | 1 | -1/+1 | |
2001-07-03 | add completion for sysctl(8) (15215, 15223) | Oliver Kiddle | 2 | -1/+34 | |
2001-07-02 | Return nonzero from _tilde on no matches. | Bart Schaefer | 1 | -1/+3 | |
2001-06-29 | Merge .distfiles change from 4.0.2 branch. | Bart Schaefer | 1 | -0/+1 | |
2001-06-28 | fix for two digit display numbers and -encodings option (15159) | Oliver Kiddle | 1 | -5/+4 | |
2001-06-28 | Unposted: Add _last. | Bart Schaefer | 1 | -1/+1 | |
2001-06-28 | Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵ | Sven Wischnowsky | 2 | -24/+48 | |
(15152) | |||||
2001-06-25 | 15079: completion for last(1) | Clint Adams | 2 | -1/+18 | |
2001-06-21 | improve pattern matching to make match specs work for manual page completion ↵ | Sven Wischnowsky | 1 | -45/+60 | |
(15029) | |||||
2001-06-21 | Fix handling of interrupt in two completion widgets. | Bart Schaefer | 2 | -2/+3 | |
2001-06-21 | Completion for AUTO_CD. | Bart Schaefer | 3 | -2/+7 | |
2001-06-21 | Fix exit status of compdef. | Bart Schaefer | 1 | -3/+3 | |
2001-06-20 | Fix "insert-tab pending" zstyle. | Bart Schaefer | 1 | -2/+2 | |
2001-06-18 | 14962 | Sven Wischnowsky | 1 | -1/+1 | |
2001-06-14 | Load tcp module, zfcd_match, zfget_match where necessary. | Peter Stephenson | 1 | -0/+2 | |
2001-06-13 | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 3 | -14/+30 | |
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) | |||||
2001-06-13 | don't complete read-only parameters on the left side of an assignment (14896) | Oliver Kiddle | 1 | -1/+1 | |
2001-06-13 | Fix assignment problems spotted by Bart | Peter Stephenson | 1 | -4/+4 | |
2001-06-13 | 14883 | Sven Wischnowsky | 1 | -7/+118 | |
2001-06-11 | (14841) | Sven Wischnowsky | 1 | -1/+1 | |
2001-06-06 | two fixes: try all actions that have to be tried (but only once), execute ↵ | Sven Wischnowsky | 1 | -74/+78 | |
actions if we aren't after an option already (in the same word) (14733) | |||||
2001-06-05 | Add --nobuild and --nogpg to rpm completion. | Chmouel Boudjnah | 1 | -2/+2 | |
2001-06-01 | work around ${(@P)1[3,-1]} not working as expected (14658) | Oliver Kiddle | 2 | -2/+2 | |
2001-06-01 | Add _ruby. | Bart Schaefer | 1 | -1/+1 | |
2001-06-01 | 14635: presume '*core' glob for coredump files | Clint Adams | 1 | -1/+1 | |
2001-06-01 | * 14628: Completion/Unix/Command/_ruby: new completion function. | Tanaka Akira | 1 | -0/+49 | |
2001-05-31 | fix tag-order problem with _arguments (completion after an option that gets ↵ | Sven Wischnowsky | 1 | -3/+5 | |
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) | |||||
2001-05-31 | (14602) | Sven Wischnowsky | 1 | -0/+1 | |
2001-05-31 | always use supplied matchers (14599) | Sven Wischnowsky | 1 | -2/+2 | |
2001-05-30 | update _pine for pine 4.33, add echoti completion and update _echotc (14567) | Oliver Kiddle | 4 | -7/+15 | |
2001-05-30 | some cleanup (14558) | Sven Wischnowsky | 2 | -7/+0 | |
2001-05-29 | spelling corrections | Oliver Kiddle | 26 | -63/+63 | |
2001-05-29 | Add support for rpm update-alternatives. | Chmouel Boudjnah | 1 | -7/+13 | |
2001-05-29 | 14538: cleaner _perl_config_vars from Matt Zimmerman | Clint Adams | 1 | -4/+1 | |
2001-05-29 | 14536: multiple --slave loop | Clint Adams | 1 | -4/+17 | |
2001-05-29 | 14533: -> to = -> for dpkg and update-alternatives | Clint Adams | 2 | -7/+7 | |
2001-05-29 | use `eval $_comp_setup' in all entry points of the completion system to not ↵ | Sven Wischnowsky | 10 | -18/+20 | |
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) | |||||
2001-05-28 | thinko | Clint Adams | 1 | -1/+1 | |
2001-05-28 | 14513: update-alternatives completion | Clint Adams | 2 | -0/+42 | |