Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alexey I. Froloff: 25459: add list-dirs-first style. | Peter Stephenson | 2008-08-21 | 1 | -0/+13 |
| | | | | Also doc. | ||||
* | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 2008-08-13 | 1 | -0/+13 |
| | |||||
* | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 2008-08-12 | 1 | -0/+5 |
| | |||||
* | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2008-08-11 | 1 | -1/+11 |
| | |||||
* | unposted: prvent command(s) from looking like a Yodl macro | Peter Stephenson | 2008-08-11 | 1 | -2/+2 |
| | |||||
* | unposted: prvent zshaddhistory() from looking like a Yodl macro | Peter Stephenson | 2008-08-11 | 1 | -1/+1 |
| | |||||
* | 25418: set PROMPT_SUBST for all Bourne-style shells | Peter Stephenson | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 3 | -4/+22 |
| | | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | ||||
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 1 | -1/+4 |
| | |||||
* | unposted: two-word clarification of ZLS_COLORS usage. | Bart Schaefer | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | 25389: rearrange precedence of ZLS_COLORS alternatives. | Bart Schaefer | 2008-08-06 | 1 | -3/+3 |
| | |||||
* | 25364: fix k flag in hash subscript | Peter Stephenson | 2008-07-31 | 1 | -3/+4 |
| | |||||
* | cross-reference to DEBUG_BEFORE_CMD option | Peter Stephenson | 2008-07-30 | 1 | -1/+2 |
| | |||||
* | users/13072: add follow option to file-sort | Peter Stephenson | 2008-07-29 | 1 | -1/+4 |
| | |||||
* | 25330: fix description of zcurses "position" (was documented as "location"). | Clint Adams | 2008-07-23 | 1 | -3/+3 |
| | |||||
* | 25272: add zshaddhistory hook | Peter Stephenson | 2008-07-17 | 1 | -0/+28 |
| | |||||
* | 25278: rename sections in compwid.yo to avoid confusion | Peter Stephenson | 2008-07-14 | 4 | -27/+27 |
| | |||||
* | 25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS | Peter Stephenson | 2008-07-05 | 1 | -1/+2 |
| | |||||
* | 25255: add anonymous function capability | Peter Stephenson | 2008-06-30 | 1 | -0/+36 |
| | |||||
* | 25244: add subword-range style | Peter Stephenson | 2008-06-24 | 1 | -2/+7 |
| | |||||
* | users/12987: add subword capability to word-style | Peter Stephenson | 2008-06-24 | 1 | -0/+9 |
| | |||||
* | 25242: Mikael V prompt test for contents of psvar | Peter Stephenson | 2008-06-24 | 1 | -0/+2 |
| | |||||
* | 25237: TCP function system: make tcp_on_open return status significant | Peter Stephenson | 2008-06-23 | 1 | -1/+8 |
| | |||||
* | 25236: zsh-mime-setup -l arguments | Peter Stephenson | 2008-06-23 | 1 | -2/+8 |
| | |||||
* | 25214, tweaked: add warning about exponentiation precedence | Peter Stephenson | 2008-06-19 | 1 | -2/+8 |
| | |||||
* | Bart: 25164: typo | Peter Stephenson | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | 29159: expand documentation for correspondence classes with [:...:] | Peter Stephenson | 2008-06-16 | 1 | -2/+6 |
| | |||||
* | improved zcalc escapes and completion | Peter Stephenson | 2008-06-13 | 1 | -17/+31 |
| | |||||
* | 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence | Peter Stephenson | 2008-06-12 | 2 | -2/+35 |
| | |||||
* | Mikael: missing descendants | Peter Stephenson | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Mikael: 25143: spelling corrections | Peter Stephenson | 2008-06-10 | 8 | -13/+13 |
| | | | | | 25144: report supported bases 25139: fix number | ||||
* | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 2008-06-08 | 1 | -27/+47 |
| | | | | Will one day use multibyte/wide characters, doesn't yet. | ||||
* | users/12858: missing doc for accept-exact-dirs | Peter Stephenson | 2008-06-02 | 1 | -0/+14 |
| | |||||
* | Tomasz Pala <gotar@polanet.pl>: users/12884: | Peter Stephenson | 2008-05-29 | 1 | -0/+20 |
| | | | | new completions for iftop and tcpdump | ||||
* | unposted: more NEWS | Peter Stephenson | 2008-05-27 | 1 | -6/+7 |
| | | | | | users/12870: document that modifiers in glob qualifiers activate global globbing behaviour | ||||
* | 25054: typo in prompt doc | Peter Stephenson | 2008-05-18 | 1 | -1/+1 |
| | |||||
* | 25095: thorough modernization of prompt theme system | Peter Stephenson | 2008-05-17 | 1 | -0/+31 |
| | |||||
* | 25052: update docs for use of colour highlighting | Peter Stephenson | 2008-05-16 | 4 | -8/+18 |
| | |||||
* | 25025: check radix for integer constants is between 2 and 36 inclusive | Peter Stephenson | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | 25018: Omari Norman: completion for awk, join, sort | Peter Stephenson | 2008-05-13 | 2 | -0/+17 |
| | |||||
* | 25006, 25009: fix "or" orphaned symlink highlighting | Peter Stephenson | 2008-05-12 | 1 | -1/+1 |
| | | | | fix ordering of statd versus extension and pattern highlight tests | ||||
* | 25006, 25009: fix "or" orphaned symlink highlighting | Peter Stephenson | 2008-05-12 | 1 | -2/+1 |
| | | | | fix ordering of statd versus extension and pattern highlight tests | ||||
* | 24986: prompt escapes for colours | Peter Stephenson | 2008-05-09 | 2 | -3/+18 |
| | |||||
* | 24980: zmodload -mF | Peter Stephenson | 2008-05-08 | 1 | -3/+9 |
| | |||||
* | 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra options | Peter Stephenson | 2008-05-08 | 1 | -3/+23 |
| | |||||
* | 24957: better sanity checking of colour ranges | Peter Stephenson | 2008-05-06 | 1 | -8/+6 |
| | | | | always use termcap for numeric ranges where available | ||||
* | 24911: missed REGION_ACTIVE documentation, somehow | Peter Stephenson | 2008-05-06 | 1 | -0/+7 |
| | |||||
* | 24953: "default" zle_highlight; fix allocation bug in colour sequences | Peter Stephenson | 2008-05-06 | 1 | -0/+4 |
| | |||||
* | 24951: implement ZLS_COLORS ln=target | Peter Stephenson | 2008-05-06 | 1 | -1/+3 |
| | |||||
* | 24900: add backward-kill-word behaviour to isearch | Peter Stephenson | 2008-05-01 | 1 | -24/+57 |
| | | | | document isearch commands better |