about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson2013-03-051-0/+4
|
* 31000: fix typo in exampleBart Schaefer2013-01-261-1/+1
|
* users/17608: use function to modify currrent command line argumentPeter Stephenson2013-01-241-3/+22
|
* Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵Frank Terbeck2012-09-281-2/+5
| | | | from the hg vcs_info backend
* Stepan Koltsov: vcs_info: %a to output number of all patches in ↵Frank Terbeck2012-08-171-0/+1
| | | | (no)?patch-format styles
* users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson2012-06-041-0/+10
| | | | in widgets using forward-word-match
* Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.Bart Schaefer2012-05-081-0/+7
|
* unposted: clarify that zargs is different from xargsPeter Stephenson2012-05-081-6/+7
|
* 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for ↵Simon Ruderich2012-03-231-2/+2
| | | | patch-format/nopatch-format.
* 29908: make MIME functions handle stacked suffixesPeter Stephenson2011-11-181-0/+17
|
* 29894: display and use previous replacement in replace-stringPeter Stephenson2011-11-071-0/+5
|
* unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.Frank Terbeck2011-07-031-1/+1
|
* 29434: contrib.yo: Use PLUS() to avoid a + being silently dropped.Frank Terbeck2011-06-021-1/+1
|
* 29416: Fix (mis-)uses of var() in vcs_info documentation.Bart Schaefer2011-06-011-135/+136
|
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-5/+5
|
* unposted: Add missing word ("style") spotted by Bart.Frank Terbeck2011-05-071-2/+2
|
* 29170: vcs_info: Clarify check-for-changes style behaviour with the ↵Frank Terbeck2011-05-071-0/+4
| | | | mercurial backend.
* 28959: Make the nvcsformats style be used if vcs_info is disabled.Frank Terbeck2011-03-301-5/+5
|
* 28961: Add `no-vcs' hook.Frank Terbeck2011-03-301-0/+5
|
* 28960: Add functions to add/remove static hooks.Frank Terbeck2011-03-301-1/+27
|
* Mike Meyer: 28956, 28957: Add fossil support to vcs_info.Frank Terbeck2011-03-301-2/+5
|
* users/15864: turn zsh_directory_name into a hookPeter Stephenson2011-03-111-33/+19
|
* 28853: Fix typo: preceed -> precedeFrank Terbeck2011-03-041-1/+1
|