1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-23 08:26:04 +02:00
Commit Graph

209 Commits

Author SHA1 Message Date
Eitan Adler 110ffae9fe 40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
2016-11-29 17:13:52 +00:00
Daniel Shahaf 5dbfbd8bd0 unposted: Minor documentation fixes (markup, grammar, etc). 2016-10-27 18:25:13 +00:00
Daniel Shahaf b4cc190db9 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.
The sentence about "as widgets" is removed since there is a whole paragraph
about that later on.
2016-10-07 14:01:00 +00:00
Daniel Shahaf 4f2a1810f2 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation.
Currently, the only special widget that takes arguments is zle-keymap-select.
2016-09-30 23:15:57 +00:00
Daniel Shahaf 7154052ebe 39046 + 39061: New :P history modifier. 2016-08-22 03:34:30 +00:00
Oliver Kiddle b816bb42cf 38957: make use of updates to match-words-by-style and better support completion of word-style styles for zstyle 2016-07-28 16:16:25 +02:00
Peter Stephenson 26361e438b 38953: Fix some issues with match-words-by-style.
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.
2016-07-28 09:51:19 +01:00
Oliver Kiddle 932ff2b6f8 38929: new vim style text object using match-words-by-style mechanism 2016-07-24 22:18:34 +02:00
Barton E. Schaefer e3884c60ed 38866: update add-zle-hook-widget doc for 38850, bug fixes
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-17 12:04:48 -07:00
Peter Stephenson a7d5d239e6 38783: zcalc tweaks for RPN mode.
Make it more straightforward to exchange variables with stack.
2016-07-04 12:08:14 +01:00
Oliver Kiddle a73ae70e82 38770: vi upper/lowercase widgets and shell widget example that reads a vi movement 2016-06-29 17:05:06 +02:00
Peter Stephenson 26c01f5711 38737: clean up zcalc variables.
Undocumented variables now start with "_".
2016-06-21 17:26:35 +01:00
Peter Stephenson 5103c85abb 38736: various RPN mode enhancements for zcalc 2016-06-21 16:34:55 +01:00
Barton E. Schaefer 0b8ab3a21a 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any hook that is added without one, to preserve append ordering 2016-06-19 19:50:37 -07:00
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