summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 41499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson2017-08-071-9/+21
| | | | | Ignore a terminating delimiter when splitting as separators despite being called separators are terminators.
* 41500: document "-" to end zparseopts optionsAnthony Heading2017-08-071-1/+1
|
* 41470: Another note on new effect of POSIX_BUILTINSPeter Stephenson2017-08-011-1/+4
| | | | | exec now won't find precommand modifiers after it with the option set. This may need further attention.
* 41472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer2017-07-291-2/+72
| | | | update documentation
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-281-0/+21
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2017-07-272-1/+11
| | | | Document the default behaviour and add a test.
* 41461: complete list of zsh manual pages in manual introcutionJim2017-07-261-0/+6
|
* Further clarification about processing of expansionsPeter Stephenson2017-07-201-3/+6
|
* 41429: Try to improve description of how stages of expansion fit together.Peter Stephenson2017-07-171-2/+3
|
* Delay processing "disown" for superjob.Peter Stephenson2017-07-041-0/+6
| | | | | | | This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete.
* 41275: Leave stdin open when executing widgetsStephane Chazelas2017-06-131-6/+6
|
* 41244: Add zmodload -s option.Peter Stephenson2017-06-121-5/+8
| | | | | | | | Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy.
* unposted: clarify ZLS_COLORS pattern matching contextsBarton E. Schaefer2017-05-281-1/+4
|
* 41128: typo in compsys documentationJörg Sommer2017-05-221-1/+1
|
* users/22707: Document extra use of accept-exact-dirsPeter Stephenson2017-05-191-3/+10
| | | | | | | It allows completion after magically appearing directories that dont't show up in the parent directory by supressing searching of the parent directory if the subdirectory is directly found to exist.
* users/22653: options.yo: Clarify REMATCH_PCRE semantics.Daniel Shahaf2017-04-051-1/+2
| | | | | Presently, if the option is set but the module is unavailable, using '=~' sets errflag.
* unposted: minor formatting: var() instead of tt().Barton E. Schaefer2017-04-011-2/+2
|
* 40906: Add note on use of (k) parameter subst flag.Peter Stephenson2017-03-271-1/+3
| | | | | KSH_ARRAYS generlly requires [*] or [@] to operate on the whole array and this is true here.
* 40875: Update REC_EXACT description, suggested by Martin KrafftPeter Stephenson2017-03-211-2/+3
|
* unposted (after 40859): Fix yodl warning:Daniel Shahaf2017-03-201-1/+1
| | | | | | | | makeinfo ./zsh.texi ./zsh.texi:36246: Next field of node `vcs_info Examples' not pointed to (perhaps incorrect sectioning?). ./zsh.texi:36419: This node (Prompt Themes) has the bad Prev. Seen with yodl 3.00.00 but not with 3.04.00.
* 40859: vcs_info docs: Use proper internal links through texinfo nodes.Daniel Shahaf2017-03-191-19/+46
| | | | | | | | | | | | Changes: - Add texinode()'s - Replace 'see foo' with 'see noderef(foo)' Drive-by changes: - Fix one reference to a nonexistent "Styles" section - (minor) Fix whitespace around "once"
* unposted: vcs_info quilt: Fix documentation markup typo.Daniel Shahaf2017-03-181-1/+1
|
* 40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. ↵Daniel Shahaf2017-03-141-5/+16
| | | | (Compare users/20807.)
* 40816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf2017-03-121-0/+3
|
* 40744: Document the SHORT_LOOPS 'function' syntax.Daniel Shahaf2017-03-081-0/+3
| | | | It's already mentioned in passing in zshoptions(1).
* 40726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski2017-03-051-1/+17
|
* 40702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson2017-03-031-1/+8
|
* 40622 with typos fixed: functions -Ms.Peter Stephenson2017-03-011-1/+15
| | | | | | This adds the capability for mathematical functions based on shell functions to have a string argument. Module functions have had this for a long time.
* 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf2017-02-282-0/+4
|
* 40640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer2017-02-251-2/+12
| | | | is not used
* unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2017-02-231-5/+5
| | | | ${(AA)name=value}
* 40568: REMATCH_PCRE is not enabled by default, fix doc.Øystein Walle2017-02-171-1/+1
|
* 40558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski2017-02-171-0/+11
|
* 40537: Document previous change to autoloadPeter Stephenson2017-02-131-1/+4
|
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-091-0/+17
| | | | | Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
* unposted: vcs_info git: Fix typo in manual.Daniel Shahaf2017-02-041-2/+2
|
* 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf2017-02-031-3/+3
| | | | 'standalone' mode.
* 40440: Add $functions_source hash to zsh/parameter.Peter Stephenson2017-01-281-1/+28
| | | | This allows you to find out where a function was loaded from.
* 40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.Daniel Shahaf2017-01-251-0/+15
|
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-232-5/+41
| | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
* 40321: _arguments option groupsOliver Kiddle2017-01-111-35/+46
|
* Add features associated with autoloading a function using an absolutePeter Stephenson2017-01-111-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.
* 40306 with doc tweaks: Change behaviour expanding alias in () function ↵Peter Stephenson2017-01-101-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.
* 40318 (in part): Document echo \c behaviour.Phil Pennock2017-01-101-1/+1
|
* 40137: document _external_pwdsOliver Kiddle2016-12-091-0/+9
|
* Document (E) parameter flag better.Peter Stephenson2016-12-091-1/+2
| | | | | It produces 1 more than any other use of an index for the end of a match, helpfully.
* 40117: Revert a hunk of 40035 that changed semantics incorrectly.Daniel Shahaf2016-12-091-2/+2
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-293-4/+4
| | | | Mostly fixes to doubled words.
* 40003: include "0-"9 vi buffers in the registers associative arrayOliver Kiddle2016-11-241-1/+1
|
* 39986, 39989: improve handling of vi-repeat-changeOliver Kiddle2016-11-201-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.