Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | 35896: index zle_highlight | Barton E. Schaefer | 2015-07-24 | 1 | -0/+6 |
| | |||||
* | 35474, 35492: support the bracketed paste mode of newer terminal emulators | Oliver Kiddle | 2015-06-19 | 1 | -0/+17 |
| | |||||
* | 35110: don't implicitly initialize restricted integers to zero | Peter Stephenson | 2015-05-14 | 1 | -0/+18 |
| | |||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -1/+1 |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | ||||
* | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 2015-05-06 | 1 | -6/+6 |
| | |||||
* | 34769: incorrect doc of process time calculation | Han Pingtian | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | users/19985: improve doc of subscripting substrings further | Peter Stephenson | 2015-03-10 | 1 | -1/+11 |
| | |||||
* | 34657: document the effect of substring subscripting better | Peter Stephenson | 2015-03-06 | 1 | -1/+11 |
| | |||||
* | users/19934: document %D{...} for WATCHFMT | Barton E. Schaefer | 2015-02-28 | 1 | -0/+6 |
| | |||||
* | users/19850: add pattern support to watch variable | Peter Stephenson | 2015-02-11 | 1 | -1/+13 |
| | |||||
* | users/19800: more help for $HISTORY_IGNORE | Peter Stephenson | 2015-02-03 | 1 | -4/+19 |
| | |||||
* | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 2014-12-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles. | ||||
* | 33841: explain array append a bit better | Barton E. Schaefer | 2014-12-04 | 1 | -9/+15 |
| | |||||
* | Unposted: minor change: "scalar or integer" to "scalar" to include floats. | Barton E. Schaefer | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | 33805: rewrite zshparams intro, tweak formatting | Barton E. Schaefer | 2014-11-27 | 1 | -33/+72 |
| | | | | | I noticed that there was no explanation of the terms "variable" or "environment" anywhere. | ||||
* | Fix some typos in the documentation | Mikael Magnusson | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Attempt to improve doc for assignment | Peter Stephenson | 2014-07-08 | 1 | -2/+8 |
| | |||||
* | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 2014-06-01 | 1 | -3/+5 |
| | |||||
* | 32592: add CORRECT_IGNORE_FILE variable | Tomoki Sekiyama | 2014-04-29 | 1 | -0/+8 |
| | |||||
* | 32521: document that LOGNAME comes from getlogin() | Peter Stephenson | 2014-04-06 | 1 | -1/+3 |
| | |||||
* | 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 |
| |