Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-13 | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 1 | -3/+2 | |
2015-10-30 | 37027: allow subword context to discriminate between words | Peter Stephenson | 1 | -3/+4 | |
2015-10-22 | unposted: vcs_info docs: Typo fix. | Daniel Shahaf | 1 | -1/+1 | |
2015-10-14 | 36856: cdr -p/-P to prune directory list | Peter Stephenson | 1 | -0/+12 | |
2015-10-01 | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 1 | -0/+8 | |
2015-09-25 | 36630: new function zsh_directory_name_generic | Peter Stephenson | 1 | -2/+185 | |
2015-09-24 | 36623: document bracketed-paste-magic and url-quote-magic; add ↵ | Barton E. Schaefer | 1 | -1/+161 | |
cross-reference to vim text object widgets | |||||
2015-09-05 | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 1 | -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 | |||||
2015-08-28 | users/20475: document cdr stores unique entry of most recent use | Peter Stephenson | 1 | -3/+7 | |
2015-08-17 | unposted: use of $f in zmv | Peter Stephenson | 1 | -1/+10 | |
2015-08-12 | 36078: vcs_info: Adjust documentation for no longer exporting | Mikael Magnusson | 1 | -6/+5 | |
2015-08-11 | 36067: fix typo and format in the documentation | Jun T | 1 | -3/+3 | |
2015-06-22 | 35554: Document narrow-to-region -l and -r. | Mikael Magnusson | 1 | -2/+9 | |
2015-06-05 | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 1 | -3/+6 | |
Also add to zed -f. Option is -x <numm>. | |||||
2015-05-12 | 35075: improve manual format | Jun-ichi Takimoto | 1 | -36/+41 | |
also fixed a ChangeLog entry for 35034 (2015-05-06) | |||||
2015-04-16 | 34902: Doc: Explain the numeric argument and be consistent about what we call it | Mikael Magnusson | 1 | -9/+9 | |
2015-04-07 | 34850: make URLs in html/pdf docs clickable | Jun-ichi Takimoto | 1 | -14/+14 | |
2015-01-27 | 34419: vcs_info documentation: Fix wording | Frank Terbeck | 1 | -2/+2 | |
As suggested by Daniel Shahaf. | |||||
2015-01-25 | 34381: vcs_info: Documentation update | Daniel Shahaf | 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 | |||||
2015-01-25 | vcs_info hg: Support inactive bookmarks | Daniel Shahaf | 1 | -0/+7 | |
(Similar to git detached heads) | |||||
2015-01-12 | 34253: warn in zcalc doc about integer arithmetic. | Peter Stephenson | 1 | -2/+12 | |
C.f. warning in arithmetic doc in 34194. | |||||
2015-01-09 | 30568: Add tetriscurses contrib function, port of tetris to zcurses | Mikael Magnusson | 1 | -0/+11 | |
2014-10-03 | Fix some typos in the documentation | Mikael Magnusson | 1 | -4/+4 | |
2014-09-16 | 33184: vcs_info git: consider patches for rebase | Marc Finet | 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 "?". | |||||
2014-07-24 | unposted: replace-argument can take negative prefix to count from end | Peter Stephenson | 1 | -0/+1 | |
2014-07-17 | 32866: new replace-argument ZLE function. | Peter Stephenson | 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. | |||||
2014-06-06 | 32719: minor doc issues | Jun T | 1 | -15/+16 | |
2014-05-29 | 32620: Typo fix after commit eb4c70d | Daniel Shahaf | 1 | -1/+1 | |
2014-05-16 | users/18827 plus tweaks to original comments: hg bookmarks extraction ↵ | Peter Stephenson | 1 | -12/+5 | |
improvement | |||||
2014-04-07 | 32527: zcalc-auto-insert key binding for use in zcalc | Peter Stephenson | 1 | -0/+19 | |
2014-04-05 | 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵ | Daniel Shahaf | 1 | -3/+14 | |
support. | |||||
2014-04-05 | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 1 | -0/+13 | |
2014-03-17 | 32493: some man page formatting fixes | Jun T | 1 | -1/+1 | |
2014-02-28 | users 18531 plus doc etc.: new expand-absolute-path widget | Peter Stephenson | 1 | -0/+6 | |
2014-02-18 | update zshcontrib for latest helpfiles | m0viefreak | 1 | -14/+13 | |
2013-11-08 | 31940: zcalc -e uses arguments as input | Peter Stephenson | 1 | -1/+5 | |
2013-09-08 | 31711: add execute-never style for MIME function system. | Peter Stephenson | 1 | -0/+22 | |
Allows alien file systems to be marked as not having executable fiels | |||||
2013-08-29 | users/17955: new "disown" style for MIME handlers. | Peter Stephenson | 1 | -0/+8 | |
Makes handlers put into the background run without job control. | |||||
2013-07-03 | 31503: zmv improvements for user-specified programs. | Peter Stephenson | 1 | -2/+8 | |
-p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention | |||||
2013-03-17 | 31155: minor extra zcalc features and documentation | Peter Stephenson | 1 | -4/+8 | |
2013-03-15 | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 1 | -1/+6 | |
2013-03-13 | unposted: adjust another mention of psvar | Mikael Magnusson | 1 | -1/+1 | |
2013-03-05 | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 1 | -0/+4 | |
2013-01-26 | 31000: fix typo in example | Bart Schaefer | 1 | -1/+1 | |
2013-01-24 | users/17608: use function to modify currrent command line argument | Peter Stephenson | 1 | -3/+22 | |
2012-09-28 | Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵ | Frank Terbeck | 1 | -2/+5 | |
from the hg vcs_info backend | |||||
2012-08-17 | Stepan Koltsov: vcs_info: %a to output number of all patches in ↵ | Frank Terbeck | 1 | -0/+1 | |
(no)?patch-format styles | |||||
2012-06-04 | users/17132: skip-whitespace-first style for compatibility with bash etc. | Peter Stephenson | 1 | -0/+10 | |
in widgets using forward-word-match | |||||
2012-05-08 | Describe differences in -i/-I/-l/-L/-n options from xargs to zargs. | Bart Schaefer | 1 | -0/+7 | |
2012-05-08 | unposted: clarify that zargs is different from xargs | Peter Stephenson | 1 | -6/+7 | |