1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00
zsh/Functions/Zle
2016-06-16 11:39:42 +01:00
..
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
add-zle-hook-widget 38670: New function for managing ZLE special widgets, modeled after Functions/Misc/add-zsh-hook. 2016-06-12 18:50:10 -07:00
backward-kill-word-match 37295: kill-word-match: Join kills 2015-12-03 23:47:24 +00:00
backward-word-match
bracketed-paste-magic 38579: simplify saving and restoring of state 2016-06-09 22:58:45 +02:00
bracketed-paste-url-magic unposted: bracketed-paste-url-magic: actually do what the comment says 2015-10-01 20:16:24 +02:00
capitalize-word-match
copy-earlier-word unposted: fix warn_create_global warnings in copy-earlier-word 2008-07-07 09:15:44 +00:00
cycle-completion-positions
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 c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 14:01:12 +00: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 users 18531 plus doc etc.: new expand-absolute-path widget 2014-02-28 18:44:49 +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 unposted: more local variables needed 2009-10-22 09:28:30 +00:00
history-pattern-search c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 13:33:52 +00:00
history-search-end
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
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 37567: use (Z:n:) to split the buffer into words so line breaks are treated as whitespace 2016-01-13 19:50:24 -08: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 35093: new zle widgets for Vim-style text objects 2015-05-13 23:05:20 +02:00
select-quoted 35093: new zle widgets for Vim-style text objects 2015-05-13 23:05:20 +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 35093: new zle widgets for Vim-style text objects 2015-05-13 23:05:20 +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
which-command
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