about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 38737: clean up zcalc variables.Peter Stephenson2016-06-211-4/+13
| | | | Undocumented variables now start with "_".
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-211-2/+21
|
* 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer2016-06-191-13/+17
| | | | hook that is added without one, to preserve append ordering
* 38693: Add RPN mode to zcalcPeter Stephenson2016-06-161-1/+41
|
* 38684: fix format in contrib.yoJun-ichi Takimoto2016-06-161-3/+3
|
* 38670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer2016-06-121-2/+54
| | | | Functions/Misc/add-zsh-hook.
* unposted: Document run-help-* helper functions.Daniel Shahaf2016-03-181-3/+20
|
* users/21256 + workers/37965: New math functions min(), max(), sum(), ↵Daniel Shahaf2016-02-161-0/+17
| | | | provided by a new autoloadable function 'zmathfunc'.
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-131-3/+2
|
* 37027: allow subword context to discriminate between wordsPeter Stephenson2015-10-301-3/+4
|
* unposted: vcs_info docs: Typo fix.Daniel Shahaf2015-10-221-1/+1
|
* 36856: cdr -p/-P to prune directory listPeter Stephenson2015-10-141-0/+12
|
* 36735: add ~/.zcalcrc handling to zcalcPeter Stephenson2015-10-011-0/+8
|
* 36630: new function zsh_directory_name_genericPeter Stephenson2015-09-251-2/+185
|
* 36623: document bracketed-paste-magic and url-quote-magic; add ↵Barton E. Schaefer2015-09-241-1/+161
| | | | cross-reference to vim text object widgets
* 36410: vcs_info git: Present merge heads as patchesDaniel Shahaf2015-09-051-1/+1
| | | | | | | This shows, during 'git merge', the revision hashes of the "remote" head (the one that will become second parent of the commit) in the %m expando. Review-by: Frank Terbeck
* users/20475: document cdr stores unique entry of most recent usePeter Stephenson2015-08-281-3/+7
|
* unposted: use of $f in zmvPeter Stephenson2015-08-171-1/+10
|
* 36078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson2015-08-121-6/+5
|
* 36067: fix typo and format in the documentationJun T2015-08-111-3/+3
|
* 35554: Document narrow-to-region -l and -r.Mikael Magnusson2015-06-221-2/+9
|
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-3/+6
| | | | | | Also add to zed -f. Option is -x <numm>.
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-36/+41
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 34902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson2015-04-161-9/+9
|
* 34850: make URLs in html/pdf docs clickableJun-ichi Takimoto2015-04-071-14/+14
|
* 34419: vcs_info documentation: Fix wordingFrank Terbeck2015-01-271-2/+2
| | | | As suggested by Daniel Shahaf.
* 34381: vcs_info: Documentation updateDaniel Shahaf2015-01-251-4/+61
| | | | | | | | | | | This adds documentation for more hooks and styles available in vcs_info: - patch-format - nopatch-format - get-unapplied - pre-addon-quilt - set-patch-format
* vcs_info hg: Support inactive bookmarksDaniel Shahaf2015-01-251-0/+7
| | | | (Similar to git detached heads)
* 34253: warn in zcalc doc about integer arithmetic.Peter Stephenson2015-01-121-2/+12
| | | | C.f. warning in arithmetic doc in 34194.
* 30568: Add tetriscurses contrib function, port of tetris to zcursesMikael Magnusson2015-01-091-0/+11
|
* Fix some typos in the documentationMikael Magnusson2014-10-031-4/+4
|
* 33184: vcs_info git: consider patches for rebaseMarc Finet2014-09-161-7/+7
| | | | | | | | Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?".
* unposted: replace-argument can take negative prefix to count from endPeter Stephenson2014-07-241-0/+1
|
* 32866: new replace-argument ZLE function.Peter Stephenson2014-07-171-0/+25
| | | | | | Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history.
* 32719: minor doc issuesJun T2014-06-061-15/+16
|
* 32620: Typo fix after commit eb4c70dDaniel Shahaf2014-05-291-1/+1
|
* users/18827 plus tweaks to original comments: hg bookmarks extraction ↵Peter Stephenson2014-05-161-12/+5
| | | | improvement
* 32527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson2014-04-071-0/+19
|
* 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵Daniel Shahaf2014-04-051-3/+14
| | | | support.
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-051-0/+13
|
* 32493: some man page formatting fixesJun T2014-03-171-1/+1
|
* users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson2014-02-281-0/+6
|
* update zshcontrib for latest helpfilesm0viefreak2014-02-181-14/+13
|
* 31940: zcalc -e uses arguments as inputPeter Stephenson2013-11-081-1/+5
|
* 31711: add execute-never style for MIME function system.Peter Stephenson2013-09-081-0/+22
| | | | Allows alien file systems to be marked as not having executable fiels
* users/17955: new "disown" style for MIME handlers.Peter Stephenson2013-08-291-0/+8
| | | | Makes handlers put into the background run without job control.
* 31503: zmv improvements for user-specified programs.Peter Stephenson2013-07-031-2/+8
| | | | | -p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention
* 31155: minor extra zcalc features and documentationPeter Stephenson2013-03-171-4/+8
|
* 31154: make zcalc understand continuation lines with a backslashPeter Stephenson2013-03-151-1/+6
|
* unposted: adjust another mention of psvarMikael Magnusson2013-03-131-1/+1
|