summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2016-10-2439707: Document _dir_list.Daniel Shahaf1-0/+15
2016-10-1839657: Make a helper function global.Daniel Shahaf1-0/+10
2016-10-0739522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.Daniel Shahaf1-1/+2
The sentence about "as widgets" is removed since there is a whole paragraph about that later on.
2016-10-0539566: Improve usefulness of command_not_found_handler.Peter Stephenson1-7/+8
Don't behave as if command not found if return status is non-zero as this may simply be the return status of the replacement command. Let the function report a command not found instead.
2016-09-3039495: add-zle-hook-widget: Add end-of-options guard to hook invocation.Daniel Shahaf1-1/+1
Currently, the only special widget that takes arguments is zle-keymap-select.
2016-09-30unposted: update or remove references to typeset behavior obsoleted by 35586.Barton E. Schaefer1-8/+4
2016-09-2939507: TMPSUFFIX for =(...)Barton E. Schaefer1-0/+9
2016-09-1639333: include name of command used to gain priviliges in context for ↵Oliver Kiddle1-1/+3
command and gain-priviliges styles
2016-09-1639332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle1-0/+3
are set
2016-09-14unposted: small documentation tweaksPeter Stephenson1-3/+3
2016-09-12unposted: reference use of widgets to effect editor changes from a sched commandBarton E. Schaefer1-0/+5
2016-09-1239297: more of 39284, it's painful to add texi nodes in yodlBarton E. Schaefer1-1/+1
Also fix some inconsequential ChangeLog typos.
2016-09-1239255: = in conditions is not going anywherePeter Stephenson1-2/+4
2016-09-1239284: Added Completion System Variables as a menu itemVin Shelton1-0/+1
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle1-8/+51
with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
2016-09-0839236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf1-3/+1
in 39173.
2016-09-0639173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf1-2/+4
2016-09-0539167: Make $ENV handling more like POSIXTeubel György1-1/+2
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf2-1/+10
2016-08-1839044 (in part, see thread): Document _canonical_paths in the manual, too.Daniel Shahaf1-0/+15
This mostly copy-pastes the source code comments and adds markup, however, the positional arguments are now annotated optional, and a ')' was added.
2016-08-1539039: fix documentation of transpose-wordsPeter Stephenson1-5/+8
2016-08-1239029: document transpose-words changePeter Stephenson1-0/+6
2016-08-04unposted: fix format in zle.yoJun-ichi Takimoto1-2/+2
2016-07-3138959: Document 38956 (_widgets).Daniel Shahaf1-0/+10
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-1/+1
completion of word-style styles for zstyle
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson1-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.
2016-07-2638945: Additional notes on :a behaviourPeter Stephenson1-3/+7
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle1-4/+8
2016-07-2338911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf1-2/+3
2016-07-22users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf1-3/+6
2016-07-20users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf1-4/+9
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer1-11/+7
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-17users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation.Daniel Shahaf1-7/+9
2016-07-1738845: reset region_active before entering zleOliver Kiddle1-9/+8
It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
2016-07-08unposted: fix duplicated wordsOliver Kiddle4-5/+5
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson1-4/+12
Make it more straightforward to exchange variables with stack.
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle2-0/+25
movement
2016-06-2238714: add x: syntax to match specs to make it possible to disable match ↵Oliver Kiddle2-2/+10
specs hardcoded in completion functions
2016-06-2138737: clean up zcalc variables.Peter Stephenson1-4/+13
Undocumented variables now start with "_".
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson1-2/+21
2016-06-2138692: IFS can't be changed in restricted modePeter Stephenson1-5/+5
2016-06-1938715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer1-13/+17
hook that is added without one, to preserve append ordering
2016-06-18unposted: when ksharrays is set, braces are required for all parameter ↵Barton E. Schaefer1-1/+2
expansions with colon-modifiers
2016-06-1638693: Add RPN mode to zcalcPeter Stephenson1-1/+41
2016-06-16unposted: fix pareentheses in man for getrusage()Peter Stephenson1-2/+2
2016-06-1638684: fix format in contrib.yoJun-ichi Takimoto1-3/+3
2016-06-13users/21632: Use of REPORTMEMORY variablePeter Stephenson1-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.
2016-06-1338653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf1-1/+2
2016-06-1238670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer1-2/+54
Functions/Misc/add-zsh-hook.
2016-06-0438593: _describe: Make documentation more greppable.Daniel Shahaf1-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.