summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 39900: Add TERMINFO_DIRS special like TERMINFO.Guillaume Maudoux2016-11-201-4/+14
| | | | Although this is a colon-separated array there is no tied array.
* 39978: more accurate doc for finding job by stringMikel Ward2016-11-201-2/+2
|
* 39985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT.Daniel Shahaf2016-11-201-0/+8
|
* 39952: add registers special parameter to provide access to the vi register ↵Oliver Kiddle2016-11-171-0/+6
| | | | buffers from a zle widget function
* 39929: clarify execute{,-last}-named-cmdBarton E. Schaefer2016-11-131-3/+8
|
* 39882: mention ${name:/pattern/replacement} in the itemized synopsis with ↵Barton E. Schaefer2016-11-091-5/+7
| | | | the related forms; clarify doc.
* zsh-users/22083: attempt to explain what a word is in parameter substitution.Peter Stephenson2016-11-071-0/+12
|
* 39389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle2016-11-051-1/+3
| | | | the format is reused
* users/22080: bracketed-paste: Third time's a charm.Daniel Shahaf2016-11-041-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 Shahaf2016-11-031-1/+4
| | | | (after users/22036)
* users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf2016-10-281-3/+6
|
* unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2016-10-272-5/+6
|
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-241-0/+6
|
* 39708: Document _email_addresses.Daniel Shahaf2016-10-241-0/+42
|
* 39707: Document _dir_list.Daniel Shahaf2016-10-241-0/+15
|
* 39657: Make a helper function global.Daniel Shahaf2016-10-181-0/+10
|
* 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.Daniel Shahaf2016-10-071-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 Stephenson2016-10-051-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 Shahaf2016-09-301-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. Schaefer2016-09-301-8/+4
|
* 39507: TMPSUFFIX for =(...)Barton E. Schaefer2016-09-291-0/+9
|
* 39333: include name of command used to gain priviliges in context for ↵Oliver Kiddle2016-09-161-1/+3
| | | | command and gain-priviliges styles
* 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle2016-09-161-0/+3
| | | | are set
* unposted: small documentation tweaksPeter Stephenson2016-09-141-3/+3
|
* unposted: reference use of widgets to effect editor changes from a sched commandBarton E. Schaefer2016-09-121-0/+5
|
* 39297: more of 39284, it's painful to add texi nodes in yodlBarton E. Schaefer2016-09-121-1/+1
| | | | Also fix some inconsequential ChangeLog typos.
* 39255: = in conditions is not going anywherePeter Stephenson2016-09-121-2/+4
|
* 39284: Added Completion System Variables as a menu itemVin Shelton2016-09-121-0/+1
|
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-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
* 39236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf2016-09-081-3/+1
| | | | in 39173.
* 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf2016-09-061-2/+4
|
* 39167: Make $ENV handling more like POSIXTeubel György2016-09-051-1/+2
|
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-222-1/+10
|
* 39044 (in part, see thread): Document _canonical_paths in the manual, too.Daniel Shahaf2016-08-181-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.
* 39039: fix documentation of transpose-wordsPeter Stephenson2016-08-151-5/+8
|
* 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
|