1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00
Commit graph

131 commits

Author SHA1 Message Date
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
Mikael Magnusson
150dc9021b 30461, 30462 (tweaked): add missing local for match, mbegin and mend 2012-05-02 13:09:37 +00:00
Peter Stephenson
246a63d9d3 users/16944: more locals needed in url-quote-magic 2012-04-01 17:28:31 +00:00
Peter Stephenson
791ada572b add some braces to avoid compiler warnings 2012-03-30 11:01:11 +00:00
Peter Stephenson
13a45d74eb users/16932: implement $UNDO_CHANGE_NO and argument to undo widget 2012-03-29 20:31:33 +00:00
Peter Stephenson
c3b79e0f69 users/16760: make reply local in url-quote-magic for the benefit of styles 2012-02-14 15:33:01 +00:00
Peter Stephenson
ec6914b061 29894: display and use previous replacement in replace-string 2011-11-07 11:13:48 +00:00
Peter Stephenson
a6e039e12e 29892: fix regular expression replacements in replace-string
improve variable save and restore in read-from-minibuffer
2011-11-04 14:31:23 +00:00
Bart Schaefer
c4beabbc64 Belatedly add move-line-in-buffer. 2011-08-20 18:39:24 +00:00
Mikael Magnusson
20c52f6221 28852: Use syntax that doesn't depend on SHORT_LOOPS being set. 2011-08-14 13:40:53 +00:00
Peter Stephenson
525d0adf15 Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters 2011-06-08 17:19:12 +00:00
Clint Adams
c0d2cb5d02 fix whitespace in Functions/Zle/move-line-in-buffer 2011-06-05 05:40:53 +00:00
Bart Schaefer
0cc65dba53 users/16064: example widget for line motion inside multiline buffers
without navigating history
2011-06-01 15:30:20 +00:00
Frank Terbeck
875f048b8b unposted: Revert change from 28896, which did more evil than good. 2011-04-25 22:26:18 +00:00
Frank Terbeck
166d91a480 28896: unset `monitor' option while the widget is running to avoid accidential data loss. 2011-03-16 20:53:57 +00:00
Peter Stephenson
212ca9edf9 28772: Update regions in region highlight dynamically 2011-02-18 22:08:45 +00:00
Peter Stephenson
2c31feef4d users/15738: better cursor positioning in modify-current-argument 2011-02-11 19:28:44 +00:00
Bart Schaefer
d5e53b0077 users/15759 for send-invisible 2011-02-11 04:03:11 +00:00
Peter Stephenson
154b7351f4 unposted: safety on regexp errors in replace-string-again 2010-09-08 16:32:44 +00:00
Peter Stephenson
4de3dbac16 c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 14:01:12 +00:00
Peter Stephenson
10c2f225fd c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 13:33:52 +00:00
Peter Stephenson
091cbd9d58 28042: transpose-lines widget 2010-06-16 21:50:39 +00:00
Peter Stephenson
c508c6e368 27604: substitution using regular expressions 2010-01-18 12:47:09 +00:00
Peter Stephenson
d5d858b0e2 unposted: more local variables needed 2009-10-22 09:28:30 +00:00
Peter Stephenson
7c4c41a0bb unposted, c.f. 27313: mailing list and website moved 2009-10-22 09:28:02 +00:00
Peter Stephenson
a21ffe815d Benjamin R. Haskell: 26265: fix some composed characters 2009-01-09 09:44:45 +00:00
Clint Adams
0414a4fd70 26141: word-split EDITOR/VISUAL so users can have multi-argument commands in those variables. 2008-12-16 15:41:13 +00:00
Peter Stephenson
2e0031c348 Benjamin R. Haskell: users/13544: typo in composing characters 2008-12-08 09:47:43 +00:00
Peter Stephenson
000fe2060b update to 4.3.8 2008-10-29 09:57:52 +00:00
Peter Stephenson
ffabab4e74 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Peter Stephenson
1b1712d065 unposted: fix warn_create_global warnings in copy-earlier-word 2008-07-07 09:15:44 +00:00
Peter Stephenson
46c8127e93 25244: add subword-range style 2008-06-24 16:09:28 +00:00
Peter Stephenson
86b8b5eaa3 users/12987: add subword capability to word-style 2008-06-24 11:18:39 +00:00
Peter Stephenson
84e1cb93ad restore read-from-minibuffer save/restore 2008-04-07 09:44:33 +00:00
Peter Stephenson
2c5ea79f17 24782: initial go at highlighting of characters in zle command lines 2008-04-03 11:38:55 +00:00
Peter Stephenson
374b31616b 24781: enhance word-context to use next or previous word 2008-04-02 13:02:47 +00:00
Peter Stephenson
dd85c0e955 24082: delete-whole-word-match failed on whitespace 2007-11-10 19:04:10 +00:00
Peter Stephenson
e79b61f62d 24081: fix xtrace 2007-11-10 17:37:55 +00:00
Peter Stephenson
aa7e584ee8 Mikael Magnusson, 24076; 24081: cancel argument processing after widget
calls with general arguments
2007-11-10 14:30:22 +00:00
Peter Stephenson
55b7a07a7e 23791: use VARARR for MB_CUR_MAX
users/11791: remove mysterious comment around emulate -L zsh in
incremental-complete-word
2007-08-22 09:25:32 +00:00
Peter Stephenson
8bd881b7b6 users/11790: avoid nounset 2007-08-21 17:35:55 +00:00
Peter Stephenson
c6dfb2999d users/11419: zle copy-region-as-kill <string>
adds text to the kill ring
2007-04-19 14:16:22 +00:00
Wayne Davison
8c55acbebd users/11424: don't embed a comment inside a math expression. 2007-04-18 01:50:59 +00:00
Bart Schaefer
236d910fb3 unposted (based on users/10881,10884): add auto-previous zstyle, update
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
2007-02-26 07:43:39 +00:00
Peter Stephenson
937dc9a84d users/11083: functions for handling shell arguments in ZLE 2006-12-15 11:44:26 +00:00
Bart Schaefer
03708e6b9f Unposted, see 23042: add some missing backslashes at the ends of lines. 2006-12-11 03:42:59 +00:00
Peter Stephenson
cc34ebd89a boring .distfiles stuff 2006-10-25 09:46:44 +00:00
Bart Schaefer
004d0886f1 Add an example, as a comment. 2006-10-16 01:08:15 +00:00
Peter Stephenson
966a330649 22854: replace-string-again 2006-10-10 11:24:38 +00:00
Peter Stephenson
03027f0f5f 22804: Mikael Magnusson: allow zero-length narrow-to-region range 2006-10-02 09:21:47 +00:00