summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2015-11-20unposted: document order of entries for $history and $historywordsBarton E. Schaefer1-1/+5
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson1-0/+5
2015-11-1837140: note that <<(...) is < <(...)Peter Stephenson1-0/+6
2015-11-1737127: document indexing of $signalsPeter Stephenson1-1/+7
2015-11-1537119: further "Rules" clarificationsBarton E. Schaefer1-33/+39
2015-11-1437115: update for changes in ${(P)...} evaluation.Barton E. Schaefer1-5/+22
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto7-20/+11
2015-11-1337090: correctly handle blank lines in yodl macro example()Jun-ichi Takimoto2-0/+4
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-1/+10
2015-11-09Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-5/+5
Conflicts: ChangeLog
2015-11-09Jun T. proofreadingBarton E. Schaefer1-1/+1
2015-11-0937085: fix doc: DEBUG_BEFORE_CMD is set by defaultJun-ichi Takimoto1-5/+5
2015-11-0837081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2-2/+91
2015-11-0137038: add -l option to emulate to list options in emulationsPeter Stephenson1-1/+9
2015-10-3037027: allow subword context to discriminate between wordsPeter Stephenson1-3/+4
2015-10-3037022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson2-0/+27
2015-10-2736982: Fix bug with (#cN) patterns and remove redundant description.Peter Stephenson1-10/+0
We need to restore the current count of matches when returning to match at the point where we previously matched.
2015-10-2736977: note about difficulties of pattern repetitionsPeter Stephenson1-0/+10
2015-10-2436944: extend fd management to zsocketPeter Stephenson1-0/+5
2015-10-22unposted: vcs_info docs: Typo fix.Daniel Shahaf1-1/+1
2015-10-1436856: cdr -p/-P to prune directory listPeter Stephenson1-0/+12
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson1-0/+8
2015-10-01Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2-7/+25
2015-09-30remove sentence fragmentBarton E. Schaefer1-2/+1
2015-10-0136709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson1-5/+24
params writable
2015-09-3036693: arithmetic rounds towards zero, documentMatthew Martin1-5/+5
2015-09-2736651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf1-1/+2
Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global.
2015-09-2536630: new function zsh_directory_name_genericPeter Stephenson2-2/+186
2015-09-2436623: document bracketed-paste-magic and url-quote-magic; add ↵Barton E. Schaefer1-1/+161
cross-reference to vim text object widgets
2015-09-2236586: fix completion match right anchorHan Pingtian1-1/+1
2015-09-2236538: fix description of b and B completion match anchorsHan Pingtian1-2/+2
2015-09-2236578: option in a set has key "set-opt" in $opt_argsJun-ichi Takimoto1-0/+5
2015-09-19cf. users/20606: zcompile prepares scripts for sourcing, not for executionBarton E. Schaefer1-1/+1
2015-09-18cf. users/20586: clean up cross-references to the "Autoloading Functions" docBarton E. Schaefer1-8/+10
2015-09-14unposted: docs: Typo fixesDaniel Shahaf1-1/+1
2015-09-1136443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf1-1/+1
2015-09-1036445: Expose yankb, yanke, ZLE_YANK to widgets.Daniel Shahaf1-0/+12
2015-09-1036478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson1-0/+14
2015-09-0736437: Document interaction of $region_highlight and $zle_highlight.Daniel Shahaf1-0/+11
2015-09-07unposted: ZLE_STATE: fix obvious documentation typo.Daniel Shahaf1-1/+1
2015-09-05unposted: Minor documentation tweaks.Daniel Shahaf2-3/+4
2015-09-0536410: vcs_info git: Present merge heads as patchesDaniel Shahaf1-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
2015-09-0436417: fix/update top level texinfo menuJun-ichi Takimoto1-8/+18
2015-08-28users/20475: document cdr stores unique entry of most recent usePeter Stephenson1-3/+7
2015-08-1836216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson1-6/+4
2015-08-17unposted: use of $f in zmvPeter Stephenson1-1/+10
2015-08-1236078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson1-6/+5
2015-08-1136092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer1-0/+9
-F" etc.
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle1-0/+5
2015-08-1136067: fix typo and format in the documentationJun T4-15/+15