Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34419: vcs_info documentation: Fix wording | Frank Terbeck | 2015-01-27 | 1 | -2/+2 |
| | | | | As suggested by Daniel Shahaf. | ||||
* | 34381: vcs_info: Documentation update | Daniel Shahaf | 2015-01-25 | 1 | -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 bookmarks | Daniel Shahaf | 2015-01-25 | 1 | -0/+7 |
| | | | | (Similar to git detached heads) | ||||
* | 34253: warn in zcalc doc about integer arithmetic. | Peter Stephenson | 2015-01-12 | 1 | -2/+12 |
| | | | | C.f. warning in arithmetic doc in 34194. | ||||
* | 30568: Add tetriscurses contrib function, port of tetris to zcurses | Mikael Magnusson | 2015-01-09 | 1 | -0/+11 |
| | |||||
* | Fix some typos in the documentation | Mikael Magnusson | 2014-10-03 | 1 | -4/+4 |
| | |||||
* | 33184: vcs_info git: consider patches for rebase | Marc Finet | 2014-09-16 | 1 | -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 end | Peter Stephenson | 2014-07-24 | 1 | -0/+1 |
| | |||||
* | 32866: new replace-argument ZLE function. | Peter Stephenson | 2014-07-17 | 1 | -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 issues | Jun T | 2014-06-06 | 1 | -15/+16 |
| | |||||
* | 32620: Typo fix after commit eb4c70d | Daniel Shahaf | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | users/18827 plus tweaks to original comments: hg bookmarks extraction ↵ | Peter Stephenson | 2014-05-16 | 1 | -12/+5 |
| | | | | improvement | ||||
* | 32527: zcalc-auto-insert key binding for use in zcalc | Peter Stephenson | 2014-04-07 | 1 | -0/+19 |
| | |||||
* | 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵ | Daniel Shahaf | 2014-04-05 | 1 | -3/+14 |
| | | | | support. | ||||
* | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 2014-04-05 | 1 | -0/+13 |
| | |||||
* | 32493: some man page formatting fixes | Jun T | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | users 18531 plus doc etc.: new expand-absolute-path widget | Peter Stephenson | 2014-02-28 | 1 | -0/+6 |
| | |||||
* | update zshcontrib for latest helpfiles | m0viefreak | 2014-02-18 | 1 | -14/+13 |
| | |||||
* | 31940: zcalc -e uses arguments as input | Peter Stephenson | 2013-11-08 | 1 | -1/+5 |
| | |||||
* | 31711: add execute-never style for MIME function system. | Peter Stephenson | 2013-09-08 | 1 | -0/+22 |
| | | | | Allows alien file systems to be marked as not having executable fiels | ||||
* | users/17955: new "disown" style for MIME handlers. | Peter Stephenson | 2013-08-29 | 1 | -0/+8 |
| | | | | Makes handlers put into the background run without job control. | ||||
* | 31503: zmv improvements for user-specified programs. | Peter Stephenson | 2013-07-03 | 1 | -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 documentation | Peter Stephenson | 2013-03-17 | 1 | -4/+8 |
| | |||||
* | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 2013-03-15 | 1 | -1/+6 |
| | |||||
* | unposted: adjust another mention of psvar | Mikael Magnusson | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 2013-03-05 | 1 | -0/+4 |
| | |||||
* | 31000: fix typo in example | Bart Schaefer | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | users/17608: use function to modify currrent command line argument | Peter Stephenson | 2013-01-24 | 1 | -3/+22 |
| | |||||
* | Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵ | Frank Terbeck | 2012-09-28 | 1 | -2/+5 |
| | | | | from the hg vcs_info backend | ||||
* | Stepan Koltsov: vcs_info: %a to output number of all patches in ↵ | Frank Terbeck | 2012-08-17 | 1 | -0/+1 |
| | | | | (no)?patch-format styles | ||||
* | users/17132: skip-whitespace-first style for compatibility with bash etc. | Peter Stephenson | 2012-06-04 | 1 | -0/+10 |
| | | | | in widgets using forward-word-match | ||||
* | Describe differences in -i/-I/-l/-L/-n options from xargs to zargs. | Bart Schaefer | 2012-05-08 | 1 | -0/+7 |
| | |||||
* | unposted: clarify that zargs is different from xargs | Peter Stephenson | 2012-05-08 | 1 | -6/+7 |
| | |||||
* | 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for ↵ | Simon Ruderich | 2012-03-23 | 1 | -2/+2 |
| | | | | patch-format/nopatch-format. | ||||
* | 29908: make MIME functions handle stacked suffixes | Peter Stephenson | 2011-11-18 | 1 | -0/+17 |
| | |||||
* | 29894: display and use previous replacement in replace-string | Peter Stephenson | 2011-11-07 | 1 | -0/+5 |
| | |||||
* | unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian. | Frank Terbeck | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | 29434: contrib.yo: Use PLUS() to avoid a + being silently dropped. | Frank Terbeck | 2011-06-02 | 1 | -1/+1 |
| | |||||
* | 29416: Fix (mis-)uses of var() in vcs_info documentation. | Bart Schaefer | 2011-06-01 | 1 | -135/+136 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -5/+5 |
| | |||||
* | unposted: Add missing word ("style") spotted by Bart. | Frank Terbeck | 2011-05-07 | 1 | -2/+2 |
| | |||||
* | 29170: vcs_info: Clarify check-for-changes style behaviour with the ↵ | Frank Terbeck | 2011-05-07 | 1 | -0/+4 |
| | | | | mercurial backend. | ||||
* | 28959: Make the nvcsformats style be used if vcs_info is disabled. | Frank Terbeck | 2011-03-30 | 1 | -5/+5 |
| | |||||
* | 28961: Add `no-vcs' hook. | Frank Terbeck | 2011-03-30 | 1 | -0/+5 |
| | |||||
* | 28960: Add functions to add/remove static hooks. | Frank Terbeck | 2011-03-30 | 1 | -1/+27 |
| | |||||
* | Mike Meyer: 28956, 28957: Add fossil support to vcs_info. | Frank Terbeck | 2011-03-30 | 1 | -2/+5 |
| | |||||
* | users/15864: turn zsh_directory_name into a hook | Peter Stephenson | 2011-03-11 | 1 | -33/+19 |
| | |||||
* | 28853: Fix typo: preceed -> precede | Frank Terbeck | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Tweak so as not to fib about send-invisible return status. | Bart Schaefer | 2011-02-11 | 1 | -2/+2 |
| | |||||
* | Doc for send-invisible | Bart Schaefer | 2011-02-11 | 1 | -38/+57 |
| |