Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41472: introduce cleanup hooks default and restore special themes, and ↵ | Barton E. Schaefer | 2017-07-29 | 1 | -2/+72 |
| | | | | update documentation | ||||
* | unposted (after 40859): Fix yodl warning: | Daniel Shahaf | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | makeinfo ./zsh.texi ./zsh.texi:36246: Next field of node `vcs_info Examples' not pointed to (perhaps incorrect sectioning?). ./zsh.texi:36419: This node (Prompt Themes) has the bad Prev. Seen with yodl 3.00.00 but not with 3.04.00. | ||||
* | 40859: vcs_info docs: Use proper internal links through texinfo nodes. | Daniel Shahaf | 2017-03-19 | 1 | -19/+46 |
| | | | | | | | | | | | | Changes: - Add texinode()'s - Replace 'see foo' with 'see noderef(foo)' Drive-by changes: - Fix one reference to a nonexistent "Styles" section - (minor) Fix whitespace around "once" | ||||
* | unposted: vcs_info quilt: Fix documentation markup typo. | Daniel Shahaf | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | 40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. ↵ | Daniel Shahaf | 2017-03-14 | 1 | -5/+16 |
| | | | | (Compare users/20807.) | ||||
* | 40492: vcs_info: Escape '%' signs in payloads. | Daniel Shahaf | 2017-02-09 | 1 | -0/+17 |
| | | | | | Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.) | ||||
* | unposted: vcs_info git: Fix typo in manual. | Daniel Shahaf | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵ | Daniel Shahaf | 2017-02-03 | 1 | -3/+3 |
| | | | | 'standalone' mode. | ||||
* | 40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'. | Daniel Shahaf | 2017-01-25 | 1 | -0/+15 |
| | |||||
* | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 2016-11-29 | 1 | -1/+1 |
| | | | | Mostly fixes to doubled words. | ||||
* | unposted: Minor documentation fixes (markup, grammar, etc). | Daniel Shahaf | 2016-10-27 | 1 | -2/+2 |
| | |||||
* | 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics. | Daniel Shahaf | 2016-10-07 | 1 | -1/+2 |
| | | | | | The sentence about "as widgets" is removed since there is a whole paragraph about that later on. | ||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -1/+1 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | 38957: make use of updates to match-words-by-style and better support ↵ | Oliver Kiddle | 2016-07-28 | 1 | -1/+1 |
| | | | | completion of word-style styles for zstyle | ||||
* | 38953: Fix some issues with match-words-by-style. | Peter Stephenson | 2016-07-28 | 1 | -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. | ||||
* | 38929: new vim style text object using match-words-by-style mechanism | Oliver Kiddle | 2016-07-24 | 1 | -4/+8 |
| | |||||
* | 38866: update add-zle-hook-widget doc for 38850, bug fixes | Barton E. Schaefer | 2016-07-17 | 1 | -11/+7 |
| | | | | Edge case handling, wrap in anonymous function for kshautoload management. | ||||
* | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 2016-07-04 | 1 | -4/+12 |
| | | | | Make it more straightforward to exchange variables with stack. | ||||
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵ | Oliver Kiddle | 2016-06-29 | 1 | -0/+11 |
| | | | | movement | ||||
* | 38737: clean up zcalc variables. | Peter Stephenson | 2016-06-21 | 1 | -4/+13 |
| | | | | Undocumented variables now start with "_". | ||||
* | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 2016-06-21 | 1 | -2/+21 |
| | |||||
* | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵ | Barton E. Schaefer | 2016-06-19 | 1 | -13/+17 |
| | | | | hook that is added without one, to preserve append ordering | ||||
* | 38693: Add RPN mode to zcalc | Peter Stephenson | 2016-06-16 | 1 | -1/+41 |
| | |||||
* | 38684: fix format in contrib.yo | Jun-ichi Takimoto | 2016-06-16 | 1 | -3/+3 |
| | |||||
* | 38670: New function for managing ZLE special widgets, modeled after ↵ | Barton E. Schaefer | 2016-06-12 | 1 | -2/+54 |
| | | | | Functions/Misc/add-zsh-hook. | ||||
* | unposted: Document run-help-* helper functions. | Daniel Shahaf | 2016-03-18 | 1 | -3/+20 |
| | |||||
* | users/21256 + workers/37965: New math functions min(), max(), sum(), ↵ | Daniel Shahaf | 2016-02-16 | 1 | -0/+17 |
| | | | | provided by a new autoloadable function 'zmathfunc'. | ||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 1 | -3/+2 |
| | |||||
* | 37027: allow subword context to discriminate between words | Peter Stephenson | 2015-10-30 | 1 | -3/+4 |
| | |||||
* | unposted: vcs_info docs: Typo fix. | Daniel Shahaf | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | 36856: cdr -p/-P to prune directory list | Peter Stephenson | 2015-10-14 | 1 | -0/+12 |
| | |||||
* | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 2015-10-01 | 1 | -0/+8 |
| | |||||
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 1 | -2/+185 |
| | |||||
* | 36623: document bracketed-paste-magic and url-quote-magic; add ↵ | Barton E. Schaefer | 2015-09-24 | 1 | -1/+161 |
| | | | | cross-reference to vim text object widgets | ||||
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 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 | ||||
* | users/20475: document cdr stores unique entry of most recent use | Peter Stephenson | 2015-08-28 | 1 | -3/+7 |
| | |||||
* | unposted: use of $f in zmv | Peter Stephenson | 2015-08-17 | 1 | -1/+10 |
| | |||||
* | 36078: vcs_info: Adjust documentation for no longer exporting | Mikael Magnusson | 2015-08-12 | 1 | -6/+5 |
| | |||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 1 | -3/+3 |
| | |||||
* | 35554: Document narrow-to-region -l and -r. | Mikael Magnusson | 2015-06-22 | 1 | -2/+9 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -3/+6 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -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 it | Mikael Magnusson | 2015-04-16 | 1 | -9/+9 |
| | |||||
* | 34850: make URLs in html/pdf docs clickable | Jun-ichi Takimoto | 2015-04-07 | 1 | -14/+14 |
| | |||||
* | 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 |
| |