..
.distfiles
33047: use git to simplify massively source distribution file selection
2014-08-23 21:01:58 +01:00
backward-kill-word-match
37295: kill-word-match: Join kills
2015-12-03 23:47:24 +00:00
backward-word-match
18394: New word movement and editing widgets.
2003-03-28 11:34:07 +00:00
bracketed-paste-magic
unposted: add "--" to zle widget call for conventional sanity
2016-10-29 10:08:53 -07:00
bracketed-paste-url-magic
bracketed-paste-url-magic: Handle magnet links too, and allow for schemes without //
2016-09-19 00:34:13 +02:00
capitalize-word-match
18394: New word movement and editing widgets.
2003-03-28 11:34:07 +00:00
copy-earlier-word
unposted: fix warn_create_global warnings in copy-earlier-word
2008-07-07 09:15:44 +00:00
cycle-completion-positions
*** empty log message ***
2001-01-11 10:06:40 +00:00
define-composed-chars
Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters
2011-06-08 17:19:12 +00:00
delete-whole-word-match
38953: Fix some issues with match-words-by-style.
2016-07-28 09:51:19 +01:00
down-case-word-match
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00
down-line-or-beginning-search
31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global
2013-04-05 21:05:54 +02:00
edit-command-line
unposted (after users/20873): Theoretical fix: don't parse print/echo escape sequences in $zle_bracketed_paste.
2015-12-19 10:48:48 +00:00
expand-absolute-path
39046 + 39061: New :P history modifier.
2016-08-22 03:34:30 +00:00
forward-word-match
users/17132: skip-whitespace-first style for compatibility with bash etc.
2012-06-04 16:40:42 +00:00
history-beginning-search-menu
39884: fix history-beginning-search-menu for history lines containing a pipe character
2016-11-09 16:55:13 +01:00
history-pattern-search
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00
history-search-end
Create "User Contributions" doc and make some assoctiated changes.
2000-09-04 21:10:29 +00:00
incarg
25276: use autoload -z for zsh-autoload functions
2008-07-11 19:12:22 +00:00
incremental-complete-word
unposted (c.f. Bart: 35902): use - after zle -U in case $key is -
2015-08-05 15:44:18 +02:00
insert-composed-char
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00
insert-files
Initial revision
1999-07-12 17:02:52 +00:00
insert-unicode-char
22021: back-to-back Unicode insertions didn't work.
2005-11-24 14:51:34 +00:00
keeper
Some syntax adjustments in _expand_word_and_keep. Add a working URL.
2013-10-27 14:12:54 -07:00
keymap+widget
Add an example, as a comment.
2006-10-16 01:08:15 +00:00
kill-word-match
37295: kill-word-match: Join kills
2015-12-03 23:47:24 +00:00
match-word-context
37027: allow subword context to discriminate between words
2015-10-30 16:59:41 +00:00
match-words-by-style
38953: Fix some issues with match-words-by-style.
2016-07-28 09:51:19 +01:00
modify-current-argument
users/17608: use function to modify currrent command line argument
2013-01-24 20:28:20 +00:00
move-line-in-buffer
fix whitespace in Functions/Zle/move-line-in-buffer
2011-06-05 05:40:53 +00:00
narrow-to-region
36212: save and restore HISTNO along with other editor state, for sanity of "zle undo"
2015-08-17 20:59:00 -07:00
narrow-to-region-invisible
25276: use autoload -z for zsh-autoload functions
2008-07-11 19:12:22 +00:00
predict-on
25276: use autoload -z for zsh-autoload functions
2008-07-11 19:12:22 +00:00
quote-and-complete-word
25276: use autoload -z for zsh-autoload functions
2008-07-11 19:12:22 +00:00
read-from-minibuffer
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and beep when limit is reached
2015-07-14 00:30:45 +02:00
replace-argument
unposted: replace-argument can take negative prefix to count from end
2014-07-24 10:49:50 +01:00
replace-string
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
2012-03-29 20:31:33 +00:00
replace-string-again
29892: fix regular expression replacements in replace-string
2011-11-04 14:31:23 +00:00
select-bracketed
38749: fixes for case at start of a line and for ksharrays
2016-06-22 22:15:52 +02:00
select-quoted
35093: new zle widgets for Vim-style text objects
2015-05-13 23:05:20 +02:00
select-word-match
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
select-word-style
users/17132: skip-whitespace-first style for compatibility with bash etc.
2012-06-04 16:40:42 +00:00
send-invisible
users/15759 for send-invisible
2011-02-11 04:03:11 +00:00
smart-insert-last-word
37170: suppress global create warning in function
2015-11-20 12:42:35 +00:00
split-shell-arguments
add some braces to avoid compiler warnings
2012-03-30 11:01:11 +00:00
surround
38749: fixes for case at start of a line and for ksharrays
2016-06-22 22:15:52 +02:00
transpose-lines
28042: transpose-lines widget
2010-06-16 21:50:39 +00:00
transpose-words-match
37570: give truth to the doc assertion transpose-words-match is a drop-in replacement for transpose-words
2016-01-13 19:51:07 -08:00
up-case-word-match
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00
up-line-or-beginning-search
31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global
2013-04-05 21:05:54 +02:00
url-quote-magic
37386: localise mbegin, mend, match in URL magic
2015-12-11 14:05:29 +00:00
vi-pipe
39986, 39989: improve handling of vi-repeat-change
2016-11-20 23:59:48 +01:00
which-command
users/8856, users/8863: which-command stuff
2005-05-23 10:11:18 +00:00
zcalc-auto-insert
38693: Add RPN mode to zcalc
2016-06-16 11:39:42 +01:00
zed-set-file-name
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00