summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf1-2/+2
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf1-3/+3
'standalone' mode.
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson1-1/+28
This allows you to find out where a function was loaded from.
2017-01-2540396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.Daniel Shahaf1-0/+15
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2-5/+41
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
2017-01-1140321: _arguments option groupsOliver Kiddle1-35/+46
2017-01-11Add features associated with autoloading a function using an absolutePeter Stephenson1-11/+44
path. -d defaults to normal fpath -r remembers the path without actually loading. May be combined with -d. -R does the same but it's an error if not found -X can now take a directory path: this is used to output not yet loaded functions that have an associated path.
2017-01-1040306 with doc tweaks: Change behaviour expanding alias in () function ↵Peter Stephenson1-0/+30
definition. Now an error unless the () is part of the same error as the name. Add ALIAS_FUNC_DEF option to allow it again.
2017-01-1040318 (in part): Document echo \c behaviour.Phil Pennock1-1/+1
2016-12-0940137: document _external_pwdsOliver Kiddle1-0/+9
2016-12-09Document (E) parameter flag better.Peter Stephenson1-1/+2
It produces 1 more than any other use of an index for the end of a match, helpfully.
2016-12-0940117: Revert a hunk of 40035 that changed semantics incorrectly.Daniel Shahaf1-2/+2
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler3-4/+4
Mostly fixes to doubled words.
2016-11-2440003: include "0-"9 vi buffers in the registers associative arrayOliver Kiddle1-1/+1
2016-11-2039986, 39989: improve handling of vi-repeat-changeOliver Kiddle1-0/+7
Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied.
2016-11-2039900: Add TERMINFO_DIRS special like TERMINFO.Guillaume Maudoux1-4/+14
Although this is a colon-separated array there is no tied array.
2016-11-2039978: more accurate doc for finding job by stringMikel Ward1-2/+2
2016-11-2039985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT.Daniel Shahaf1-0/+8
2016-11-1739952: add registers special parameter to provide access to the vi register ↵Oliver Kiddle1-0/+6
buffers from a zle widget function
2016-11-1339929: clarify execute{,-last}-named-cmdBarton E. Schaefer1-3/+8
2016-11-0939882: mention ${name:/pattern/replacement} in the itemized synopsis with ↵Barton E. Schaefer1-5/+7
the related forms; clarify doc.
2016-11-07zsh-users/22083: attempt to explain what a word is in parameter substitution.Peter Stephenson1-0/+12
2016-11-0539389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle1-1/+3
the format is reused
2016-11-04users/22080: bracketed-paste: Third time's a charm.Daniel Shahaf1-4/+6
vi-set-buffer: Eliminate the sole use of the term "register".
2016-11-03users/22063: bracketed-paste: Document ability to specify a vi register. ↵Daniel Shahaf1-1/+4
(after users/22036)
2016-10-28users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf1-3/+6
2016-10-27unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2-5/+6
2016-10-2439706: _tilde_files: Offer named directories. Document.Daniel Shahaf1-0/+6
2016-10-2439708: Document _email_addresses.Daniel Shahaf1-0/+42
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