index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Functions
/
Zle
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-11
users/20873: disable bracketed paste while running external editor from zle
Oliver Kiddle
1
-3
/
+7
2015-12-03
37295: kill-word-match: Join kills
Daniel Shahaf
2
-0
/
+4
2015-11-20
37170: suppress global create warning in function
Peter Stephenson
1
-5
/
+5
2015-10-30
37027: allow subword context to discriminate between words
Peter Stephenson
1
-2
/
+7
2015-10-27
36994: declare local REPLY for use with "zle .read-command"; use .self-insert...
Barton E. Schaefer
1
-3
/
+3
2015-10-21
36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ...
Barton E. Schaefer
1
-4
/
+7
2015-10-01
unposted: bracketed-paste-url-magic: actually do what the comment says
Mikael Magnusson
1
-4
/
+6
2015-10-01
36692: bracketed-paste-url-magic: simpler alternative for handling pasted urls
Mikael Magnusson
1
-0
/
+42
2015-09-22
36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...
Barton E. Schaefer
1
-3
/
+6
2015-09-12
unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ad...
Barton E. Schaefer
1
-13
/
+5
2015-09-11
36483: handle incomplete multibyte characters in bracketed-paste-magi
Peter Stephenson
1
-4
/
+12
2015-08-30
36338: Replace "5.0.9" with "5.1" in source comments
Axel Beckert
2
-2
/
+2
2015-08-21
36266: preserve emulation and setopt context for init and finish functions, h...
Barton E. Schaefer
1
-9
/
+42
2015-08-17
36212: save and restore HISTNO along with other editor state, for sanity of "...
Barton E. Schaefer
1
-3
/
+5
2015-08-16
unposted: mention bracketed-paste-magic in url-quote-magic comments
Barton E. Schaefer
1
-0
/
+6
2015-08-16
36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magi...
Barton E. Schaefer
1
-0
/
+192
2015-08-13
36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe...
Oliver Kiddle
1
-13
/
+23
2015-08-05
unposted (c.f. Bart: 35902): use - after zle -U in case $key is -
Oliver Kiddle
1
-1
/
+1
2015-07-24
35807: edit-command-line: Fix for non-7bit-data (after 35769)
Daniel Shahaf
1
-1
/
+4
2015-07-22
35823: fix handling of MARK and CURSOR, clean up documentary comment
Barton E. Schaefer
1
-26
/
+37
2015-07-13
35769: edit-command-line: Go to the right byte offset
Daniel Shahaf
1
-1
/
+11
2015-07-14
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...
Oliver Kiddle
1
-1
/
+4
2015-06-22
35558: narrow-to-region: Use unique parameter names for new feature
Mikael Magnusson
1
-5
/
+5
2015-06-21
35545: enhance narrow-to-region to return LBUFFER and RBUFFER
Peter Stephenson
1
-2
/
+11
2015-06-14
35469: test UNDO_CHANGE_NO to determine whether to start over or use the next...
Barton E. Schaefer
1
-3
/
+9
2015-05-13
35093: new zle widgets for Vim-style text objects
Oliver Kiddle
3
-0
/
+202
2014-12-27
34067: safe tempfile creation, part 1
Barton E. Schaefer
1
-7
/
+5
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
1
-48
/
+0
2014-08-10
unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release
Peter Stephenson
1
-0
/
+1
2014-07-24
unposted: replace-argument can take negative prefix to count from end
Peter Stephenson
1
-7
/
+9
2014-07-17
32866: new replace-argument ZLE function.
Peter Stephenson
2
-0
/
+55
2014-04-07
addition to 32527: also update .distfiles
Peter Stephenson
1
-0
/
+1
2014-04-07
32527: zcalc-auto-insert key binding for use in zcalc
Peter Stephenson
1
-0
/
+8
2014-02-28
users 18531 plus doc etc.: new expand-absolute-path widget
Peter Stephenson
2
-0
/
+20
2013-10-27
Some syntax adjustments in _expand_word_and_keep. Add a working URL.
Barton E. Schaefer
1
-10
/
+17
2013-04-05
31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_gl...
Frank Terbeck
2
-0
/
+4
2013-01-24
users/17608: use function to modify currrent command line argument
Peter Stephenson
1
-13
/
+22
2012-06-04
users/17132: skip-whitespace-first style for compatibility with bash etc.
Peter Stephenson
2
-83
/
+91
2012-05-02
30461, 30462 (tweaked): add missing local for match, mbegin and mend
Mikael Magnusson
1
-1
/
+1
2012-04-01
users/16944: more locals needed in url-quote-magic
Peter Stephenson
1
-1
/
+2
2012-03-30
add some braces to avoid compiler warnings
Peter Stephenson
1
-0
/
+2
2012-03-29
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Peter Stephenson
1
-0
/
+9
2012-02-14
users/16760: make reply local in url-quote-magic for the benefit of styles
Peter Stephenson
1
-0
/
+1
2011-11-07
29894: display and use previous replacement in replace-string
Peter Stephenson
1
-5
/
+15
2011-11-04
29892: fix regular expression replacements in replace-string
Peter Stephenson
2
-26
/
+15
2011-08-20
Belatedly add move-line-in-buffer.
Bart Schaefer
1
-0
/
+1
2011-08-14
28852: Use syntax that doesn't depend on SHORT_LOOPS being set.
Mikael Magnusson
1
-2
/
+1
2011-06-08
Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters
Peter Stephenson
1
-4
/
+54
2011-06-05
fix whitespace in Functions/Zle/move-line-in-buffer
Clint Adams
1
-1
/
+1
2011-06-01
users/16064: example widget for line motion inside multiline buffers
Bart Schaefer
1
-0
/
+16
[next]