Peter Stephenson
4cacf1624f
38693: Add RPN mode to zcalc
2016-06-16 11:39:42 +01:00
Jun-ichi Takimoto
944ab1a7aa
38684: fix format in contrib.yo
2016-06-16 08:48:12 +09:00
Barton E. Schaefer
8e2ec4517f
38670: New function for managing ZLE special widgets, modeled after Functions/Misc/add-zsh-hook.
2016-06-12 18:50:10 -07:00
Daniel Shahaf
43e595712c
unposted: Document run-help-* helper functions.
2016-03-18 21:22:59 +00:00
Daniel Shahaf
f96a016728
users/21256 + workers/37965: New math functions min(), max(), sum(), provided by a new autoloadable function 'zmathfunc'.
2016-02-16 10:52:27 +00:00
Jun-ichi Takimoto
d5ba08af49
unposted: a few cosmetic format fixes in docs
2015-11-13 01:03:38 +09:00
Peter Stephenson
1eef57b3d1
37027: allow subword context to discriminate between words
2015-10-30 16:59:41 +00:00
Daniel Shahaf
8e9a68ad14
unposted: vcs_info docs: Typo fix.
2015-10-22 12:29:42 +00:00
Peter Stephenson
bab1fc5043
36856: cdr -p/-P to prune directory list
2015-10-14 14:23:16 +01:00
Peter Stephenson
196e6a0ec0
36735: add ~/.zcalcrc handling to zcalc
2015-10-01 15:55:01 +01:00
Peter Stephenson
649d06a8cd
36630: new function zsh_directory_name_generic
2015-09-25 21:30:34 +01:00
Barton E. Schaefer
377e2400b7
36623: document bracketed-paste-magic and url-quote-magic; add cross-reference to vim text object widgets
2015-09-24 18:46:27 -07:00
Daniel Shahaf
880579dc1e
36410: vcs_info git: Present merge heads as patches
...
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-09-05 10:47:44 +00:00
Peter Stephenson
945136e752
users/20475: document cdr stores unique entry of most recent use
2015-08-28 11:04:02 +01:00
Peter Stephenson
bd89f38fb7
unposted: use of $f in zmv
2015-08-17 20:22:20 +01:00
Mikael Magnusson
46a46a90c2
36078: vcs_info: Adjust documentation for no longer exporting
2015-08-12 04:31:29 +02:00
Jun T
bde91914df
36067: fix typo and format in the documentation
2015-08-11 13:07:59 +09:00
Mikael Magnusson
f91644c9ca
35554: Document narrow-to-region -l and -r.
2015-06-22 02:19:37 +02:00
Peter Stephenson
2abba7243a
35386: expand tabs where useful in builtins outputing function.
...
Also add to zed -f.
Option is -x <numm>.
2015-06-05 11:21:22 +01:00
Jun-ichi Takimoto
ffdeb1c257
35075: improve manual format
...
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-12 00:36:18 +09:00
Mikael Magnusson
ccb1cf2d10
34902: Doc: Explain the numeric argument and be consistent about what we call it
2015-04-16 14:30:26 +02:00
Jun-ichi Takimoto
be5f561fa4
34850: make URLs in html/pdf docs clickable
2015-04-07 20:40:57 +09:00
Frank Terbeck
88c7badb8b
34419: vcs_info documentation: Fix wording
...
As suggested by Daniel Shahaf.
2015-01-27 21:14:47 +01:00
Daniel Shahaf
5a1fdc0f1c
34381: vcs_info: Documentation update
...
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 15:44:05 +01:00
Daniel Shahaf
9d25fd7255
vcs_info hg: Support inactive bookmarks
...
(Similar to git detached heads)
2015-01-25 01:42:05 +01:00
Peter Stephenson
626650f20e
34253: warn in zcalc doc about integer arithmetic.
...
C.f. warning in arithmetic doc in 34194.
2015-01-12 11:10:07 +00:00
Mikael Magnusson
62b0e611ce
30568: Add tetriscurses contrib function, port of tetris to zcurses
2015-01-09 12:49:56 +01:00
Mikael Magnusson
7eb949a6bb
Fix some typos in the documentation
2014-10-03 04:54:48 +02:00
Marc Finet
9c29a4f1f6
33184: vcs_info git: consider patches for rebase
...
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-09-16 23:20:55 +02:00
Peter Stephenson
6076c474f2
unposted: replace-argument can take negative prefix to count from end
2014-07-24 10:49:50 +01:00
Peter Stephenson
4e54648add
32866: new replace-argument ZLE function.
...
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-07-17 09:45:46 +01:00
Jun T
37ccdf58c0
32719: minor doc issues
2014-06-06 22:04:08 +01:00
Daniel Shahaf
e65a221439
32620: Typo fix after commit eb4c70d
2014-05-29 16:50:08 +02:00
Peter Stephenson
3ff598bf46
users/18827 plus tweaks to original comments: hg bookmarks extraction improvement
2014-05-16 09:39:25 +01:00
Peter Stephenson
47c440aa2a
32527: zcalc-auto-insert key binding for use in zcalc
2014-04-07 09:58:30 +01:00
Daniel Shahaf
ccc840470a
32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' support.
2014-04-05 10:56:54 +02:00
Daniel Shahaf
eb4c70d0b7
32528: vcs_info: Add check-for-staged-changes
2014-04-05 10:56:52 +02:00
Jun T
53e9e2646d
32493: some man page formatting fixes
2014-03-17 15:11:30 +00:00
Peter Stephenson
52f72086c9
users 18531 plus doc etc.: new expand-absolute-path widget
2014-02-28 18:44:49 +00:00
m0viefreak
71d3065950
update zshcontrib for latest helpfiles
2014-02-18 19:48:30 +00:00
Peter Stephenson
12251d65ff
31940: zcalc -e uses arguments as input
2013-11-08 11:34:37 +00:00
Peter Stephenson
061e809502
31711: add execute-never style for MIME function system.
...
Allows alien file systems to be marked as not having executable fiels
2013-09-08 21:12:13 +01:00
Peter Stephenson
1c9931cc7d
users/17955: new "disown" style for MIME handlers.
...
Makes handlers put into the background run without job control.
2013-08-29 10:48:49 +01:00
Peter Stephenson
669c070efe
31503: zmv improvements for user-specified programs.
...
-p splits words of commands passed to it.
-P is like -p for when the program doesn't understand the -- convention
2013-07-03 12:46:02 +01:00
Peter Stephenson
ab8fe84a8c
31155: minor extra zcalc features and documentation
2013-03-17 20:52:55 +00:00
Peter Stephenson
136cc1e1b7
31154: make zcalc understand continuation lines with a backslash
2013-03-15 20:15:10 +00:00
Mikael Magnusson
dcbeba9889
unposted: adjust another mention of psvar
2013-03-13 19:49:02 +00:00
Peter Stephenson
26694406f2
users/17666: zcalc -f sets FORCE_FLOAT
2013-03-05 20:06:59 +00:00
Bart Schaefer
2b75cf571e
31000: fix typo in example
2013-01-26 22:54:01 +00:00
Peter Stephenson
6265394d6b
users/17608: use function to modify currrent command line argument
2013-01-24 20:28:20 +00:00
Frank Terbeck
feb6169bcd
Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag from the hg vcs_info backend
2012-09-28 22:07:29 +00:00
Frank Terbeck
3aae0ef8fe
Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-format styles
2012-08-17 08:22:52 +00:00
Peter Stephenson
5b32dece55
users/17132: skip-whitespace-first style for compatibility with bash etc.
...
in widgets using forward-word-match
2012-06-04 16:40:42 +00:00
Bart Schaefer
4a29eaaccd
Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.
2012-05-08 16:50:26 +00:00
Peter Stephenson
bd95e7658f
unposted: clarify that zargs is different from xargs
2012-05-08 11:27:51 +00:00
Simon Ruderich
ff4b48e001
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format.
2012-03-23 16:37:55 +00:00
Peter Stephenson
7c4a811134
29908: make MIME functions handle stacked suffixes
2011-11-18 09:52:50 +00:00
Peter Stephenson
ec6914b061
29894: display and use previous replacement in replace-string
2011-11-07 11:13:48 +00:00
Frank Terbeck
3dfa00a583
unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.
2011-07-03 11:54:11 +00:00
Frank Terbeck
42a260df99
29434: contrib.yo: Use PLUS() to avoid a + being silently dropped.
2011-06-02 16:15:23 +00:00
Bart Schaefer
f1667d2c62
29416: Fix (mis-)uses of var() in vcs_info documentation.
2011-06-01 15:06:17 +00:00
Mikael Magnusson
72cb7cfc6f
29307, 29308 + replies: Fix some doubled words in docs and comments.
2011-05-19 16:10:46 +00:00
Frank Terbeck
0ba32c9130
unposted: Add missing word ("style") spotted by Bart.
2011-05-07 18:39:35 +00:00
Frank Terbeck
e1be101682
29170: vcs_info: Clarify check-for-changes style behaviour with the mercurial backend.
2011-05-07 07:05:35 +00:00
Frank Terbeck
eb46727d3a
28959: Make the nvcsformats style be used if vcs_info is disabled.
2011-03-30 21:24:42 +00:00
Frank Terbeck
7c50fa1262
28961: Add `no-vcs' hook.
2011-03-30 21:19:17 +00:00
Frank Terbeck
abe0ee3936
28960: Add functions to add/remove static hooks.
2011-03-30 21:17:07 +00:00
Frank Terbeck
ae6fb299f3
Mike Meyer: 28956, 28957: Add fossil support to vcs_info.
2011-03-30 20:07:05 +00:00
Peter Stephenson
f2dca9e155
users/15864: turn zsh_directory_name into a hook
2011-03-11 16:32:07 +00:00
Frank Terbeck
2eac105770
28853: Fix typo: preceed -> precede
2011-03-04 13:25:25 +00:00
Bart Schaefer
732a07ad95
Tweak so as not to fib about send-invisible return status.
2011-02-11 05:03:59 +00:00
Bart Schaefer
200fb38b94
Doc for send-invisible
2011-02-11 04:58:31 +00:00
Peter Stephenson
c9a70e18fd
Štěpán Němec: 28533: typos
2010-12-17 17:10:47 +00:00
Frank Terbeck
1682d0cc10
Mikael Magnusson: 28110: Fix yodl warning.
2010-07-30 17:32:41 +00:00
Peter Stephenson
c42ae31a19
28081: cdr tweaks
2010-07-20 18:59:15 +00:00
Peter Stephenson
e9561d771f
28068: contrib texinfo declaration messed up
2010-07-12 09:57:13 +00:00
Frank Terbeck
ddb8104d4f
users/15165: Fix a warning about a missing macro in `contrib.yo'
2010-07-12 09:50:54 +00:00
Peter Stephenson
5da6530d83
28065 plus unposted zsh.mdd:
...
add cdr and related functions and docs
2010-07-09 14:47:48 +00:00
Peter Stephenson
091cbd9d58
28042: transpose-lines widget
2010-06-16 21:50:39 +00:00
Peter Stephenson
35d3418aeb
users/15078: completion for zsh-mime-handler
2010-05-23 19:54:03 +00:00
Clint Adams
b7d9912f8b
27964: add back missing enditem().
2010-05-22 17:39:58 +00:00
Frank Terbeck
88ea63adf2
Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.
2010-05-14 07:58:37 +00:00
Frank Terbeck
9773e56418
Simon Ruderich: 27954: vcs_info: more minor documentation fixes.
2010-05-14 07:55:38 +00:00
Frank Terbeck
0501efc54a
Seth House, Simon Ruderich and myself: 27948: various vcs_info changes
...
Here's a diff-stat:
Doc/Zsh/contrib.yo | 506 ++++++++++++++-------
Functions/VCS_Info/.distfiles | 1 +
Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 14 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 35 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 295 +++++++++----
Functions/VCS_Info/VCS_INFO_formats | 26 +-
Functions/VCS_Info/VCS_INFO_hook | 10 +-
Functions/VCS_Info/VCS_INFO_quilt | 190 ++++++++
Functions/VCS_Info/vcs_info | 30 +-
Misc/.distfiles | 1 +
Misc/vcs_info-examples | 496 ++++++++++++++++++++
11 files changed, 1303 insertions(+), 301 deletions(-)
The major changes are vast improvements for the mercurial (hg) backend
(which was done almost entirely by Seth); improved documentation (mostly
done by Simon and again Seth); quilt support (as an addon and stand
alone, see the manual for details); a number of new hooks and a fair
share of bugfixes.
2010-05-10 10:46:48 +00:00
Frank Terbeck
ff22b24f1b
Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation.
2010-03-11 12:39:38 +00:00
Peter Stephenson
94777f64e8
Frank Terbeck, Seth House: 27712, 22713, 27714:
...
VCS Info hooks and Mercurial improvements
2010-02-16 10:09:15 +00:00
Peter Stephenson
35b74bc0b9
unposted: minor doc tweak for regexp-replace
2010-02-02 14:56:39 +00:00
Peter Stephenson
ec7b7e09e9
unposted: clarify documentation for 27604
2010-01-18 12:50:59 +00:00
Peter Stephenson
c508c6e368
27604: substitution using regular expressions
2010-01-18 12:47:09 +00:00
Peter Stephenson
a2c89eb701
Frank: 27599: fix formatting documentation for VCS_Info.
2010-01-16 16:27:50 +00:00
Peter Stephenson
7c4c41a0bb
unposted, c.f. 27313: mailing list and website moved
2009-10-22 09:28:02 +00:00
Peter Stephenson
a252b6110d
Frank Terbeck: 27309: VCS_INFO doc
...
Holger Weiss: 27310: typo in matcher doc
Jesse Weinstein: 27310: redundant diff option
2009-10-18 19:47:29 +00:00
Peter Stephenson
179cd828a5
Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO support
2009-10-04 18:18:12 +00:00
Peter Stephenson
4ede75ed0e
Greg Klanderman: 27255: some consistency fixes
2009-09-09 17:54:24 +00:00
Peter Stephenson
f359213eec
26982: Julien Langer: support stgit in VCS_Info
2009-05-22 17:38:05 +00:00
Peter Stephenson
ad3d514ac7
26973: zmathfuncdef enhancements
2009-05-19 15:33:24 +00:00
Peter Stephenson
8dd8067f13
Frank Terbeck: 26816 to 26820: VCS_Info updates
2009-04-06 19:19:08 +00:00
Peter Stephenson
bf0ef69f42
Frank Terbeck: 26612: VCS INFO documentation fix
2009-02-26 12:13:29 +00:00
Peter Stephenson
76f05a9932
Frank Terbeck: 26549: VCS_Info improvements: check for changes in git
2009-02-11 12:48:21 +00:00
Peter Stephenson
1c165c8aa4
26517: fix naming of prompt expansion section in Unix manual
2009-02-06 09:59:38 +00:00