about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 39029: document transpose-words changePeter Stephenson2016-08-121-0/+6
|
* unposted: fix format in zle.yoJun-ichi Takimoto2016-08-041-2/+2
|
* 38959: Document 38956 (_widgets).Daniel Shahaf2016-07-311-0/+10
|
* 38957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle2016-07-281-1/+1
| | | | completion of word-style styles for zstyle
* 38953: Fix some issues with match-words-by-style.Peter Stephenson2016-07-281-0/+11
| | | | | | Add keyword retrieval of words. Improve test for start of word in subwords for use in delete-whole-word. If line after cursor is empty, white space is treated as ws-after-cursor.
* 38945: Additional notes on :a behaviourPeter Stephenson2016-07-261-3/+7
|
* 38929: new vim style text object using match-words-by-style mechanismOliver Kiddle2016-07-241-4/+8
|
* 38911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf2016-07-231-2/+3
|
* users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf2016-07-221-3/+6
|
* users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf2016-07-201-4/+9
|
* 38866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer2016-07-171-11/+7
| | | | Edge case handling, wrap in anonymous function for kshautoload management.
* users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation.Daniel Shahaf2016-07-171-7/+9
|
* 38845: reset region_active before entering zleOliver Kiddle2016-07-171-9/+8
| | | | | It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
* unposted: fix duplicated wordsOliver Kiddle2016-07-084-5/+5
|
* 38783: zcalc tweaks for RPN mode.Peter Stephenson2016-07-041-4/+12
| | | | Make it more straightforward to exchange variables with stack.
* 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle2016-06-292-0/+25
| | | | movement
* 38714: add x: syntax to match specs to make it possible to disable match ↵Oliver Kiddle2016-06-222-2/+10
| | | | specs hardcoded in completion functions
* 38737: clean up zcalc variables.Peter Stephenson2016-06-211-4/+13
| | | | Undocumented variables now start with "_".
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-211-2/+21
|
* 38692: IFS can't be changed in restricted modePeter Stephenson2016-06-211-5/+5
|
* 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer2016-06-191-13/+17
| | | | hook that is added without one, to preserve append ordering
* unposted: when ksharrays is set, braces are required for all parameter ↵Barton E. Schaefer2016-06-181-1/+2
| | | | expansions with colon-modifiers
* 38693: Add RPN mode to zcalcPeter Stephenson2016-06-161-1/+41
|
* unposted: fix pareentheses in man for getrusage()Peter Stephenson2016-06-161-2/+2
|
* 38684: fix format in contrib.yoJun-ichi Takimoto2016-06-161-3/+3
|
* users/21632: Use of REPORTMEMORY variablePeter Stephenson2016-06-131-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.
* 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf2016-06-131-1/+2
|
* 38670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer2016-06-121-2/+54
| | | | Functions/Misc/add-zsh-hook.
* 38593: _describe: Make documentation more greppable.Daniel Shahaf2016-06-041-5/+5
| | | | | | Make the running text refer to the parameters using their names given in the signature. This enables the reader to search for the name given in the signature.
* 38458: mention the option -i of _multi_partsMarko Myllynen2016-05-101-1/+1
|
* unposted: Doc/Zsh/builtins.yo: Fix typoAxel Beckert2016-05-061-1/+1
| | | | Found by Debian's lintian tool.
* unposted: typo in redirect docPeter Stephenson2016-05-011-1/+1
|
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-291-1/+5
|
* 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak2016-04-231-10/+10
|
* m0viefreak: 38264: improve doc for 38145m0viefreak2016-04-101-4/+5
|
* 38236: Order of redirections is important.Peter Stephenson2016-04-041-0/+19
|
* Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer2016-03-261-0/+1
| | | | from github pull request - some formatting edited
* 38145: ZLE parameters for isearch and completion suffixesm0viefreak2016-03-211-0/+26
|
* unposted: Document run-help-* helper functions.Daniel Shahaf2016-03-181-3/+20
|
* 38155: docs: compsys: Clarify documentation of the 'filter' style.Daniel Shahaf2016-03-151-1/+2
|
* 38108: enable to create both zsh_{a4,us}.pdfJun-ichi Takimoto2016-03-082-21/+30
| | | | | Default paper size is taken from LC_PAPER. Stop to check for pdfetex (obsolete and redundant).
* 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine ↵Greg Klanderman2016-03-061-7/+12
| | | | | | $ZSH_SCRIPT (also a couple of ChangeLog typos corrected -- Bart)
* users/21256 + workers/37965: New math functions min(), max(), sum(), ↵Daniel Shahaf2016-02-162-0/+22
| | | | provided by a new autoloadable function 'zmathfunc'.
* 37893: document typeset -U behaviour for PATH-style variablesPeter Stephenson2016-02-091-0/+5
|
* 37896: zshbuiltins: Document argv behaviour of 'source' without argumentsDaniel Shahaf2016-02-091-0/+4
|
* 37895: $ZSH_SCRIPT is POSIX $0 but always availblePeter Stephenson2016-02-071-0/+7
|
* unposted: complist module docs: Fix parameter name in an example.Dominik Ritter2016-02-071-2/+2
| | | | Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6).
* 37845: Forward-reference typeset instances where no parameter is created, ↵Barton E. Schaefer2016-01-311-3/+3
| | | | and remove the obsolete statement about array assignments separated from typeset command on -p.
* 37844: reorder typeset introduction to keep related concepts together.Barton E. Schaefer2016-01-301-23/+23
|
* 37831: typeset: Document exit status difference from parameter assignment ↵Daniel Shahaf2016-01-301-0/+17
| | | | statements