Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 2015-12-07 | 1 | -0/+5 |
| | | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation. | ||||
* | 37310: effect of disabling typeset reserved word | Peter Stephenson | 2015-12-07 | 1 | -1/+4 |
| | |||||
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 1 | -0/+5 |
| | | | | This shows the argument to shell option -c. | ||||
* | unposted: document order of entries for $history and $historywords | Barton E. Schaefer | 2015-11-20 | 1 | -1/+5 |
| | |||||
* | unposted: describe separators between values in array assignment | Peter Stephenson | 2015-11-19 | 1 | -0/+5 |
| | |||||
* | 37140: note that <<(...) is < <(...) | Peter Stephenson | 2015-11-18 | 1 | -0/+6 |
| | |||||
* | 37127: document indexing of $signals | Peter Stephenson | 2015-11-17 | 1 | -1/+7 |
| | |||||
* | 37119: further "Rules" clarifications | Barton E. Schaefer | 2015-11-15 | 1 | -33/+39 |
| | |||||
* | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 2015-11-14 | 1 | -5/+22 |
| | |||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 7 | -20/+11 |
| | |||||
* | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 2015-11-11 | 1 | -1/+10 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2015-11-09 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 37085: fix doc: DEBUG_BEFORE_CMD is set by default | Jun-ichi Takimoto | 2015-11-09 | 1 | -5/+5 |
| | | |||||
* | | Jun T. proofreading | Barton E. Schaefer | 2015-11-09 | 1 | -1/+1 |
|/ | |||||
* | 37081: new module zsh/param/private for private-scoped parameters in functions | Barton E. Schaefer | 2015-11-08 | 1 | -0/+89 |
| | |||||
* | 37038: add -l option to emulate to list options in emulations | Peter Stephenson | 2015-11-01 | 1 | -1/+9 |
| | |||||
* | 37027: allow subword context to discriminate between words | Peter Stephenson | 2015-10-30 | 1 | -3/+4 |
| | |||||
* | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 2015-10-30 | 2 | -0/+27 |
| | |||||
* | 36982: Fix bug with (#cN) patterns and remove redundant description. | Peter Stephenson | 2015-10-27 | 1 | -10/+0 |
| | | | | | We need to restore the current count of matches when returning to match at the point where we previously matched. | ||||
* | 36977: note about difficulties of pattern repetitions | Peter Stephenson | 2015-10-27 | 1 | -0/+10 |
| | |||||
* | 36944: extend fd management to zsocket | Peter Stephenson | 2015-10-24 | 1 | -0/+5 |
| | |||||
* | unposted: vcs_info docs: Typo fix. | Daniel Shahaf | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | 36856: cdr -p/-P to prune directory list | Peter Stephenson | 2015-10-14 | 1 | -0/+12 |
| | |||||
* | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 2015-10-01 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2015-10-01 | 2 | -7/+25 |
|\ | |||||
| * | remove sentence fragment | Barton E. Schaefer | 2015-09-30 | 1 | -2/+1 |
| | | |||||
| * | 36709: zle -f from inside widget to set flags and make yank start/end zle ↵ | Mikael Magnusson | 2015-10-01 | 1 | -5/+24 |
| | | | | | | | | params writable | ||||
* | | 36693: arithmetic rounds towards zero, document | Matthew Martin | 2015-09-30 | 1 | -5/+5 |
|/ | |||||
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 1 | -1/+2 |
| | | | | | Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global. | ||||
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 2 | -2/+186 |
| | |||||
* | 36623: document bracketed-paste-magic and url-quote-magic; add ↵ | Barton E. Schaefer | 2015-09-24 | 1 | -1/+161 |
| | | | | cross-reference to vim text object widgets | ||||
* | 36586: fix completion match right anchor | Han Pingtian | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | 36538: fix description of b and B completion match anchors | Han Pingtian | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | 36578: option in a set has key "set-opt" in $opt_args | Jun-ichi Takimoto | 2015-09-22 | 1 | -0/+5 |
| | |||||
* | cf. users/20606: zcompile prepares scripts for sourcing, not for execution | Barton E. Schaefer | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | cf. users/20586: clean up cross-references to the "Autoloading Functions" doc | Barton E. Schaefer | 2015-09-18 | 1 | -8/+10 |
| | |||||
* | unposted: docs: Typo fixes | Daniel Shahaf | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | 36443: Set zle_highlight=(paste:standout) by default. | Daniel Shahaf | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | 36445: Expose yankb, yanke, ZLE_YANK to widgets. | Daniel Shahaf | 2015-09-10 | 1 | -0/+12 |
| | |||||
* | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 2015-09-10 | 1 | -0/+14 |
| | |||||
* | 36437: Document interaction of $region_highlight and $zle_highlight. | Daniel Shahaf | 2015-09-07 | 1 | -0/+11 |
| | |||||
* | unposted: ZLE_STATE: fix obvious documentation typo. | Daniel Shahaf | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 2 | -3/+4 |
| | |||||
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 1 | -1/+1 |
| | | | | | | | This shows, during 'git merge', the revision hashes of the "remote" head (the one that will become second parent of the commit) in the %m expando. Review-by: Frank Terbeck | ||||
* | 36417: fix/update top level texinfo menu | Jun-ichi Takimoto | 2015-09-04 | 1 | -8/+18 |
| | |||||
* | users/20475: document cdr stores unique entry of most recent use | Peter Stephenson | 2015-08-28 | 1 | -3/+7 |
| | |||||
* | 36216: Simpler handling of UNDO_LIMIT_NO | Peter Stephenson | 2015-08-18 | 1 | -6/+4 |
| | |||||
* | unposted: use of $f in zmv | Peter Stephenson | 2015-08-17 | 1 | -1/+10 |
| | |||||
* | 36078: vcs_info: Adjust documentation for no longer exporting | Mikael Magnusson | 2015-08-12 | 1 | -6/+5 |
| | |||||
* | 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵ | Barton E. Schaefer | 2015-08-11 | 1 | -0/+9 |
| | | | | -F" etc. |