Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refuse to setopt noexec when interactive | Bart Schaefer | 2001-03-30 | 2 | -0/+5 |
| | |||||
* | Don't assume we can change the string for the HOST parameter when used in | Peter Stephenson | 2001-03-29 | 2 | -5/+5 |
| | | | | a prompt | ||||
* | disallow changing of parameter type | Peter Stephenson | 2001-03-29 | 2 | -4/+15 |
| | | | | for autoloadable parameter (bug 219459 on Sourceforge). | ||||
* | fix comparison of expansions with expanded prefix (missing quoting) (13833) | Sven Wischnowsky | 2001-03-29 | 2 | -1/+4 |
| | |||||
* | next try to get rid of empty strings being added as possible completion by ↵ | Sven Wischnowsky | 2001-03-29 | 2 | -2/+8 |
| | | | | _multi_parts (13830) | ||||
* | Man page formatting tweak from long ago. | Bart Schaefer | 2001-03-29 | 2 | -4/+12 |
| | |||||
* | Add `bindkey -p' | Peter Stephenson | 2001-03-28 | 4 | -2/+30 |
| | |||||
* | move ZLE builtin documentation from mod_zle.yo to zle.yo. | Peter Stephenson | 2001-03-28 | 3 | -338/+352 |
| | |||||
* | more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵ | Sven Wischnowsky | 2001-03-28 | 3 | -64/+44 |
| | | | | _main_complete says should be done (menu-wise) (13815) | ||||
* | replace `path' with more general `urls' style (13814) | Sven Wischnowsky | 2001-03-28 | 3 | -26/+50 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-03-28 | 2 | -3/+8 |
| | |||||
* | Typo in _complete_tag | Peter Stephenson | 2001-03-28 | 2 | -1/+5 |
| | |||||
* | don't add options as completions if a `->state' action was used and we are ↵ | Sven Wischnowsky | 2001-03-28 | 2 | -1/+8 |
| | | | | directly after the option (in the same word) (13809) | ||||
* | make _arguments return 300 only if given the -R option (13790) | Sven Wischnowsky | 2001-03-27 | 5 | -40/+107 |
| | |||||
* | comment out looking up the prefix-needed style when completing directory ↵ | Sven Wischnowsky | 2001-03-27 | 3 | -32/+21 |
| | | | | stack entries; make _tilde use _popd, finally (13789) | ||||
* | try to make _h_c_w smarter at the beginning and end of the list; avoid ↵ | Sven Wischnowsky | 2001-03-27 | 3 | -20/+42 |
| | | | | list-beeping if the old completion list is re-used (3752) | ||||
* | 13779/13783: fixes from Michal Politowski | Clint Adams | 2001-03-26 | 3 | -3/+10 |
| | |||||
* | 13777: maxfilelocks limit for glibc2.2 | Clint Adams | 2001-03-26 | 2 | -22/+44 |
| | |||||
* | handle colons in xor lists (13770) | Sven Wischnowsky | 2001-03-26 | 2 | -1/+3 |
| | |||||
* | unset ZLS_COLORS if list-colors not set (13768) | Sven Wischnowsky | 2001-03-26 | 3 | -2/+8 |
| | |||||
* | avoid adding empty strings to the kill ring (13767) | Sven Wischnowsky | 2001-03-26 | 2 | -2/+8 |
| | |||||
* | _pids shouldn't start menu completion if the current word starts with a ↵ | Sven Wischnowsky | 2001-03-26 | 3 | -2/+8 |
| | | | | hyphen; typo fix in compsys.yo (13763) | ||||
* | Discourage use of sample startup files as /etc/z*. | Bart Schaefer | 2001-03-25 | 4 | -0/+15 |
| | |||||
* | New _cpio | Peter Stephenson | 2001-03-25 | 2 | -0/+145 |
| | |||||
* | A couple of regression tests. | Bart Schaefer | 2001-03-25 | 2 | -0/+39 |
| | |||||
* | stop LC_COLLATE reordering things in tests | Peter Stephenson | 2001-03-25 | 2 | -0/+4 |
| | |||||
* | More minor test fixes. | Bart Schaefer | 2001-03-25 | 5 | -10/+13 |
| | |||||
* | Handle @folder for MH in _mailboxes | Peter Stephenson | 2001-03-25 | 2 | -4/+8 |
| | |||||
* | Fixes for mh completions. | Bart Schaefer | 2001-03-24 | 2 | -2/+18 |
| | |||||
* | Clean up grammar tests. | Bart Schaefer | 2001-03-23 | 2 | -26/+35 |
| | |||||
* | don't auto-start menu completion after a `%' when completing pids or jobs ↵ | Sven Wischnowsky | 2001-03-23 | 2 | -1/+4 |
| | | | | (13733) | ||||
* | probably no reason to put the (#a?) flag after an initial tilde in ↵ | Sven Wischnowsky | 2001-03-23 | 2 | -4/+9 |
| | | | | _approximate anymore (13730) | ||||
* | fix | Sven Wischnowsky | 2001-03-23 | 1 | -3/+3 |
| | |||||
* | add commands and call-command styles; mention some of the more expensive ↵ | Sven Wischnowsky | 2001-03-23 | 4 | -2/+70 |
| | | | | things about completion setup in the docs (13727) | ||||
* | test if the colon is quoted (13725) | Sven Wischnowsky | 2001-03-23 | 3 | -2/+5 |
| | |||||
* | fixlet, complicated match specs could result in incorrect words being used ↵ | Sven Wischnowsky | 2001-03-23 | 2 | -1/+9 |
| | | | | as possible path expansions (13724) | ||||
* | Some tweaks for nmh in _mh | Peter Stephenson | 2001-03-22 | 2 | -1/+10 |
| | |||||
* | skip redirections in execpline2() when looking for the command code (13706) | Sven Wischnowsky | 2001-03-22 | 2 | -2/+7 |
| | |||||
* | Tweak an expansion. | Bart Schaefer | 2001-03-21 | 2 | -1/+7 |
| | |||||
* | use -l as default for telnet's without -\? option (13674) | Sven Wischnowsky | 2001-03-20 | 2 | -0/+4 |
| | |||||
* | fix misaligned percent output of zprof (13673) | Sven Wischnowsky | 2001-03-20 | 2 | -29/+30 |
| | |||||
* | 13664pt2: Back out Completion/SysV | Clint Adams | 2001-03-18 | 3 | -22/+1 |
| | |||||
* | 13664: */rcS.d/* force-reload, force-restart | Clint Adams | 2001-03-18 | 2 | -2/+7 |
| | |||||
* | metafaq: shorter address for Israeli mirror | Peter Stephenson | 2001-03-18 | 2 | -2/+7 |
| | |||||
* | 13662: apt-get build-dep completion | Clint Adams | 2001-03-18 | 2 | -1/+5 |
| | |||||
* | 13661: complete args for SysV initscripts | Clint Adams | 2001-03-18 | 3 | -0/+27 |
| | |||||
* | Add zkdb function. | Bart Schaefer | 2001-03-17 | 4 | -2/+308 |
| | |||||
* | users/3671: Completion/User/_java: tweak for colon-separated paths | Peter Stephenson | 2001-03-15 | 2 | -0/+6 |
| | |||||
* | fix default colour for directories (3674) | Sven Wischnowsky | 2001-03-15 | 2 | -1/+5 |
| | |||||
* | 13633: don't use termcap cursor keys if single key which is already bound | Peter Stephenson | 2001-03-14 | 2 | -1/+19 |
| |