Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40726: add "zcurses resize" for sane terminal size change | Sebastian Gniazdowski | 2017-03-05 | 1 | -1/+17 |
| | |||||
* | 40702: new KEYS_QUEUED_COUNT ZLE variable | Peter Stephenson | 2017-03-03 | 1 | -1/+8 |
| | |||||
* | 40622 with typos fixed: functions -Ms. | Peter Stephenson | 2017-03-01 | 1 | -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 Shahaf | 2017-02-28 | 2 | -0/+4 |
| | |||||
* | 40640: the (A) parameter flag forces array result even if assignment syntax ↵ | Barton E. Schaefer | 2017-02-25 | 1 | -2/+12 |
| | | | | is not used | ||||
* | unposted (cf. 40617): clarify description of ${(A)name=value} and ↵ | Barton E. Schaefer | 2017-02-23 | 1 | -5/+5 |
| | | | | ${(AA)name=value} | ||||
* | 40568: REMATCH_PCRE is not enabled by default, fix doc. | Øystein Walle | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | 40558, 40562: General improvements to zsh/db/gdbm module | Sebastian Gniazdowski | 2017-02-17 | 1 | -0/+11 |
| | |||||
* | 40537: Document previous change to autoload | Peter Stephenson | 2017-02-13 | 1 | -1/+4 |
| | |||||
* | 40492: vcs_info: Escape '%' signs in payloads. | Daniel Shahaf | 2017-02-09 | 1 | -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 Shahaf | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵ | Daniel Shahaf | 2017-02-03 | 1 | -3/+3 |
| | | | | 'standalone' mode. | ||||
* | 40440: Add $functions_source hash to zsh/parameter. | Peter Stephenson | 2017-01-28 | 1 | -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 Shahaf | 2017-01-25 | 1 | -0/+15 |
| | |||||
* | 40391: Add WARN_NESTED_VAR option and functions -W. | Peter Stephenson | 2017-01-23 | 2 | -5/+41 |
| | | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered. | ||||
* | 40321: _arguments option groups | Oliver Kiddle | 2017-01-11 | 1 | -35/+46 |
| | |||||
* | Add features associated with autoloading a function using an absolute | Peter Stephenson | 2017-01-11 | 1 | -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 Stephenson | 2017-01-10 | 1 | -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 Pennock | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | 40137: document _external_pwds | Oliver Kiddle | 2016-12-09 | 1 | -0/+9 |
| | |||||
* | Document (E) parameter flag better. | Peter Stephenson | 2016-12-09 | 1 | -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 Shahaf | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 3 | -4/+4 |
| | | | | Mostly fixes to doubled words. | ||||
* | 40003: include "0-"9 vi buffers in the registers associative array | Oliver Kiddle | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 2016-11-20 | 1 | -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. | ||||
* | 39900: Add TERMINFO_DIRS special like TERMINFO. | Guillaume Maudoux | 2016-11-20 | 1 | -4/+14 |
| | | | | Although this is a colon-separated array there is no tied array. | ||||
* | 39978: more accurate doc for finding job by string | Mikel Ward | 2016-11-20 | 1 | -2/+2 |
| | |||||
* | 39985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT. | Daniel Shahaf | 2016-11-20 | 1 | -0/+8 |
| | |||||
* | 39952: add registers special parameter to provide access to the vi register ↵ | Oliver Kiddle | 2016-11-17 | 1 | -0/+6 |
| | | | | buffers from a zle widget function | ||||
* | 39929: clarify execute{,-last}-named-cmd | Barton E. Schaefer | 2016-11-13 | 1 | -3/+8 |
| | |||||
* | 39882: mention ${name:/pattern/replacement} in the itemized synopsis with ↵ | Barton E. Schaefer | 2016-11-09 | 1 | -5/+7 |
| | | | | the related forms; clarify doc. | ||||
* | zsh-users/22083: attempt to explain what a word is in parameter substitution. | Peter Stephenson | 2016-11-07 | 1 | -0/+12 |
| | |||||
* | 39389: when printf -v is used with an array use separate elements each time ↵ | Oliver Kiddle | 2016-11-05 | 1 | -1/+3 |
| | | | | the format is reused | ||||
* | users/22080: bracketed-paste: Third time's a charm. | Daniel Shahaf | 2016-11-04 | 1 | -4/+6 |
| | | | | vi-set-buffer: Eliminate the sole use of the term "register". | ||||
* | users/22063: bracketed-paste: Document ability to specify a vi register. ↵ | Daniel Shahaf | 2016-11-03 | 1 | -1/+4 |
| | | | | (after users/22036) | ||||
* | users/22036: bracketed-paste: Document cutbuffer behaviour; clarify. | Daniel Shahaf | 2016-10-28 | 1 | -3/+6 |
| | |||||
* | unposted: Minor documentation fixes (markup, grammar, etc). | Daniel Shahaf | 2016-10-27 | 2 | -5/+6 |
| | |||||
* | 39706: _tilde_files: Offer named directories. Document. | Daniel Shahaf | 2016-10-24 | 1 | -0/+6 |
| | |||||
* | 39708: Document _email_addresses. | Daniel Shahaf | 2016-10-24 | 1 | -0/+42 |
| | |||||
* | 39707: Document _dir_list. | Daniel Shahaf | 2016-10-24 | 1 | -0/+15 |
| | |||||
* | 39657: Make a helper function global. | Daniel Shahaf | 2016-10-18 | 1 | -0/+10 |
| | |||||
* | 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics. | Daniel Shahaf | 2016-10-07 | 1 | -1/+2 |
| | | | | | The sentence about "as widgets" is removed since there is a whole paragraph about that later on. | ||||
* | 39566: Improve usefulness of command_not_found_handler. | Peter Stephenson | 2016-10-05 | 1 | -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. | ||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -1/+1 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | unposted: update or remove references to typeset behavior obsoleted by 35586. | Barton E. Schaefer | 2016-09-30 | 1 | -8/+4 |
| | |||||
* | 39507: TMPSUFFIX for =(...) | Barton E. Schaefer | 2016-09-29 | 1 | -0/+9 |
| | |||||
* | 39333: include name of command used to gain priviliges in context for ↵ | Oliver Kiddle | 2016-09-16 | 1 | -1/+3 |
| | | | | command and gain-priviliges styles | ||||
* | 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵ | Oliver Kiddle | 2016-09-16 | 1 | -0/+3 |
| | | | | are set | ||||
* | unposted: small documentation tweaks | Peter Stephenson | 2016-09-14 | 1 | -3/+3 |
| | |||||
* | unposted: reference use of widgets to effect editor changes from a sched command | Barton E. Schaefer | 2016-09-12 | 1 | -0/+5 |
| |