index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
33700: new widget for put in vim style visual selection mode
Oliver Kiddle
2014-11-17
1
-1
/
+1
*
33669: allow an empty line to be yanked with yy
Oliver Kiddle
2014-11-13
1
-2
/
+3
*
33624: keep region active when widget fails
Oliver Kiddle
2014-11-07
1
-1
/
+0
*
33604: fix change merging for vi mode where a change has just been undone
Oliver Kiddle
2014-11-05
1
-3
/
+3
*
33575: reset vi change start position if text is inserted
Oliver Kiddle
2014-11-03
1
-0
/
+3
*
33518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle...
Oliver Kiddle
2014-10-23
1
-1
/
+1
*
33514: even with a named vi buffer, we should update the default buffer
Oliver Kiddle
2014-10-23
1
-1
/
+0
*
33512: add support for "0 vi buffer and yank to it
Oliver Kiddle
2014-10-23
1
-7
/
+14
*
32540: in doexpandhist(), discard saved line position data rather than restor...
Barton E. Schaefer
2014-04-13
1
-0
/
+21
*
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
2014-02-05
1
-0
/
+26
*
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
2014-01-31
1
-1
/
+4
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
1
-4
/
+3
*
31922: zlecharasstring missed flip of bit 5 after Meta
Peter Stephenson
2013-10-28
1
-0
/
+1
*
users/17318: only increment the undo variable return value for the
Peter Stephenson
2012-10-09
1
-0
/
+11
*
users/17314: ensure an undo change number
Peter Stephenson
2012-10-09
1
-10
/
+17
*
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Peter Stephenson
2012-03-29
1
-2
/
+28
*
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
2011-05-13
1
-2
/
+2
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-3
/
+3
*
28886: Fix region_highlight dynamic updates for $PREDISPLAY
Peter Stephenson
2011-03-11
1
-33
/
+70
*
28772: Update regions in region highlight dynamically
Peter Stephenson
2011-02-18
1
-4
/
+333
*
28671: better cursor positioning after undo
Peter Stephenson
2011-02-11
1
-1
/
+3
*
28282: new function zlecallhook()
Peter Stephenson
2010-09-20
1
-0
/
+32
*
27812: display invalid bytes in multibyte characters specially
Peter Stephenson
2010-03-22
1
-12
/
+35
*
Greg Klanderman: 26159: fix appending of kills
Peter Stephenson
2009-01-03
1
-1
/
+1
*
26047: convert lower levels of completion matching to use
Peter Stephenson
2008-11-15
1
-3
/
+4
*
unposted: Jun T.: fix backkill() calculation of charaters to kill
Peter Stephenson
2008-04-24
1
-8
/
+6
*
24860: better overwrite mode
Peter Stephenson
2008-04-21
1
-1
/
+1
*
24855: tests for combining char alignment should only be on metafied line
Peter Stephenson
2008-04-21
1
-3
/
+8
*
24853: bits missed from patch
Peter Stephenson
2008-04-20
1
-1
/
+4
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-2
/
+49
*
24819: fix transposing characters and sneaky combination generation
Peter Stephenson
2008-04-15
1
-1
/
+6
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-38
/
+91
*
unposted: move zlefind() and zlecmp() into zle_hist.c
Peter Stephenson
2008-04-11
1
-76
/
+0
*
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
2008-04-03
1
-2
/
+9
*
Fixed two compiler warnings about comparing signed/unsigned.
Wayne Davison
2008-03-06
1
-2
/
+2
*
24275: fixes for multibyte characters on Solaris
Peter Stephenson
2007-12-17
1
-0
/
+16
*
users/11419: zle copy-region-as-kill <string>
Peter Stephenson
2007-04-19
1
-6
/
+31
*
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
2006-10-30
1
-18
/
+18
*
Add two widges for user control of auto-suffix remove/keep.
Bart Schaefer
2006-10-16
1
-0
/
+9
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
1
-1
/
+5
*
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
2006-08-01
1
-27
/
+19
*
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2006-01-13
1
-1
/
+1
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
1
-21
/
+30
*
Changed the name of the "ret" variable in mb_niceformat() to "cnt"
Wayne Davison
2006-01-09
1
-8
/
+7
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-09
1
-4
/
+4
*
Changed zlelineasstring() and zlegetline() to each return a normal char
Wayne Davison
2005-11-15
1
-29
/
+25
*
- One minor change to handle the ZLE_STRING_T change.
Wayne Davison
2005-11-01
1
-13
/
+5
*
Fixed some compiler warnings about signed/unsigned comparisons.
Wayne Davison
2005-10-31
1
-2
/
+2
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-7
/
+7
*
21890: fix segmentation error in left prompt truncation and a couple of minor
Peter Stephenson
2005-10-19
1
-1
/
+2
[next]