Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39900: Add TERMINFO_DIRS special like TERMINFO. | Guillaume Maudoux | 2016-11-20 | 1 | -4/+14 |
| | | | | Although this is a colon-separated array there is no tied array. | ||||
* | 39985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT. | Daniel Shahaf | 2016-11-20 | 1 | -0/+8 |
| | |||||
* | 39507: TMPSUFFIX for =(...) | Barton E. Schaefer | 2016-09-29 | 1 | -0/+9 |
| | |||||
* | 39167: Make $ENV handling more like POSIX | Teubel György | 2016-09-05 | 1 | -1/+2 |
| | |||||
* | unposted: fix pareentheses in man for getrusage() | Peter Stephenson | 2016-06-16 | 1 | -2/+2 |
| | |||||
* | users/21632: Use of REPORTMEMORY variable | Peter Stephenson | 2016-06-13 | 1 | -0/+14 |
| | | | | | | If the child's resisdent set size in megabytes exceeds this, print out the resource (TIMEFMT) string. Document you need to add memory usage to this by hand. | ||||
* | 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine ↵ | Greg Klanderman | 2016-03-06 | 1 | -7/+12 |
| | | | | | | $ZSH_SCRIPT (also a couple of ChangeLog typos corrected -- Bart) | ||||
* | 37895: $ZSH_SCRIPT is POSIX $0 but always availble | Peter Stephenson | 2016-02-07 | 1 | -0/+7 |
| | |||||
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 1 | -0/+5 |
| | | | | This shows the argument to shell option -c. | ||||
* | unposted: describe separators between values in array assignment | Peter Stephenson | 2015-11-19 | 1 | -0/+5 |
| | |||||
* | 37127: document indexing of $signals | Peter Stephenson | 2015-11-17 | 1 | -1/+7 |
| | |||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 1 | -3/+1 |
| | |||||
* | 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 |
| |