Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD | Barton E. Schaefer | 2014-02-17 | 1 | -3/+4 |
| | |||||
* | 32157: fix extra line feed after prompt, and erased character in completion ↵ | Barton E. Schaefer | 2013-12-18 | 1 | -1/+1 |
| | | | | listing, when ZLE_RPROMPT_INDENT=0 | ||||
* | 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right | Patrick Oscity | 2013-12-16 | 1 | -0/+13 |
| | |||||
* | 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special array | Barton E. Schaefer | 2013-10-19 | 1 | -0/+6 |
| | |||||
* | 31823: add HISTORY_IGNORE parameter | Barton E. Schaefer | 2013-10-17 | 1 | -0/+10 |
| | | | | | HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time. | ||||
* | based on 31144 etc.: all entries of psvar can now be shown in prompts | Peter Stephenson | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | users/17310: we can't treat < after [ as a normal character. | Peter Stephenson | 2012-10-03 | 1 | -1/+4 |
| | | | | Document problem and test for case that needs to work. | ||||
* | 30687 with typo corrected: don't REPORTTIME if zleactive | Peter Stephenson | 2012-09-21 | 1 | -1/+4 |
| | |||||
* | Danek: 30510: bad indentation in params.yo | Peter Stephenson | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | unposted, c.f. 30465: add index entries and cross-references | Peter Stephenson | 2012-05-03 | 1 | -0/+16 |
| | | | | for match, mbegin, mend, MATCH, MBEGIN, MEND | ||||
* | Christian Neukirchen: 30398, 30399: TIMEFMT documentation | Peter Stephenson | 2012-04-13 | 1 | -5/+5 |
| | |||||
* | 30320: "emulate" accepts invocation-time flags; other small doc tweaks. | Bart Schaefer | 2012-03-07 | 1 | -0/+4 |
| | |||||
* | 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default. | Simon Ruderich | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manual | Peter Stephenson | 2011-06-25 | 1 | -2/+2 |
| | |||||
* | unposted: document PROMPT_EOL_MARK can be empty | Mikael Magnusson | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | 29191 (Danek) and 29203 (with fixes): make TERMINFO variable special. | Peter Stephenson | 2011-05-10 | 1 | -0/+7 |
| | |||||
* | Štěpán Němec: 28533: typos | Peter Stephenson | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | 28237: new parameter ZLE_LINE_ABORTED | Peter Stephenson | 2010-09-08 | 1 | -0/+7 |
| | | | | 28241: don't list .safe with bindkey -lL | ||||
* | unposted: extra note on ZSH_EVAL_CONTEXT | Peter Stephenson | 2010-06-14 | 1 | -0/+3 |
| | |||||
* | unposted: fix typo in previous commit | Peter Stephenson | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -0/+94 |
| | |||||
* | Joakim Rosqvist: 27591 as modified in 27594: | Peter Stephenson | 2010-01-13 | 1 | -0/+10 |
| | | | | KEYBOARD_HACK variable | ||||
* | users/14143 plus tweak in padding code: | Peter Stephenson | 2009-05-20 | 1 | -0/+3 |
| | | | | use default IFS if IFS is unset | ||||
* | Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK | Peter Stephenson | 2009-05-17 | 1 | -2/+10 |
| | |||||
* | 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS | Peter Stephenson | 2009-04-24 | 1 | -0/+43 |
| | |||||
* | 26806 (doc tweaked): Add CORRECT_IGNORE variable | Peter Stephenson | 2009-04-06 | 1 | -0/+11 |
| | |||||
* | 26683: add some notes on LC_CTYPE | Peter Stephenson | 2009-03-03 | 1 | -1/+6 |
| | |||||
* | 26517: fix naming of prompt expansion section in Unix manual | Peter Stephenson | 2009-02-06 | 1 | -1/+3 |
| | |||||
* | 262727: add $ZSH_PATCHLEVEL from ChangeLog revision | Peter Stephenson | 2009-01-09 | 1 | -1/+9 |
| | |||||
* | 25627: add $ZSH_SUBSHELL | Peter Stephenson | 2008-09-05 | 1 | -0/+7 |
| | |||||
* | 25364: fix k flag in hash subscript | Peter Stephenson | 2008-07-31 | 1 | -3/+4 |
| | |||||
* | 24806: more assoc subscript completion + typos | Peter Stephenson | 2008-04-09 | 1 | -2/+2 |
| | |||||
* | unposted, see users/12758: [(w)...] does work with (r) and (R) | Peter Stephenson | 2008-04-03 | 1 | -2/+2 |
| | |||||
* | users/12754: document [(w)...] only works on forward indexing | Peter Stephenson | 2008-04-02 | 1 | -1/+2 |
| | |||||
* | fix optimisation of string matching with multibyte mode | Peter Stephenson | 2008-03-25 | 1 | -14/+16 |
| | | | | | 24732: attempt to provide adequate space for sched ztrftime string with multibyte characters | ||||
* | unposted: further documentation tweak for the (R) and (I) subscript flags. | Bart Schaefer | 2008-03-23 | 1 | -9/+12 |
| | |||||
* | Tweak documentation. | Bart Schaefer | 2008-03-18 | 1 | -2/+2 |
| | |||||
* | c.f. users/12110: another tweak to $SECONDS doc | Peter Stephenson | 2007-10-25 | 1 | -1/+3 |
| | |||||
* | c.f. users/12109: tweak to $SECONDS doc | Peter Stephenson | 2007-10-25 | 1 | -2/+4 |
| | |||||
* | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 2007-06-18 | 1 | -11/+15 |
| | |||||
* | 23554: add $zsh_scheduled_events | Peter Stephenson | 2007-06-12 | 1 | -0/+4 |
| | |||||
* | 23440: Make $param[(R)value] substitute the empty string on failure | Peter Stephenson | 2007-05-21 | 1 | -11/+6 |
| | |||||
* | 23159 plus minor doc tweaks: leave BAUD parameter unset by default | Peter Stephenson | 2007-02-08 | 1 | -11/+12 |
| | |||||
* | 22913: set $! on "bg" | Peter Stephenson | 2006-10-30 | 1 | -1/+2 |
| | |||||
* | 22818: improved subscript flag doc | Peter Stephenson | 2006-10-05 | 1 | -5/+13 |
| | | | | unposted: trivial _perforce tweak | ||||
* | 22578: ensure HISTCHARS/histchars never contains non-ASCII characters | Peter Stephenson | 2006-08-02 | 1 | -0/+4 |
| | |||||
* | unposted: yet more history-beginning-search-menu fixes | Peter Stephenson | 2006-08-02 | 1 | -1/+1 |
| | |||||
* | 22574: more history-beginning-search-menu fixes | Peter Stephenson | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | 22573: smooth interface to history-beginning-search-menu | Peter Stephenson | 2006-08-01 | 1 | -0/+12 |
| | | | | document how to quote metacharacters for reverse array subscript | ||||
* | 22440: _list_files loaded zsh/stat too early | Peter Stephenson | 2006-05-12 | 1 | -2/+7 |
| | | | | | unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID |