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_misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
39986, 39989: improve handling of vi-repeat-change
Oliver Kiddle
2016-11-20
1
-2
/
+6
*
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
2016-09-11
1
-1
/
+1
*
38286: cursor correction following yank-pop is only applicable to vi command ...
Oliver Kiddle
2016-04-14
1
-1
/
+1
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-1
/
+1
*
36525: revert only the selfinsert() bit of 36496
Barton E. Schaefer
2015-09-12
1
-1
/
+4
*
36443: Revert "35834: strip a final newline from pasted text: inserting is ha...
Daniel Shahaf
2015-09-11
1
-6
/
+0
*
Read full multibyte string early for self-insert
Peter Stephenson
2015-09-11
1
-4
/
+2
*
unposted: fix up for 5.0.8-test-2
zsh-5.0.8-test-2
Peter Stephenson
2015-08-21
1
-1
/
+1
*
36109: bracketed-paste: change quoting style
Daniel Shahaf
2015-08-17
1
-1
/
+1
*
unposted: fix minor typos
Daniel Hahler
2015-08-14
1
-2
/
+2
*
35834: strip a final newline from pasted text: inserting is hard to tell apar...
Oliver Kiddle
2015-08-12
1
-0
/
+6
*
35824: allow highlighting of just pasted text and put text from bracketed pas...
Oliver Kiddle
2015-07-23
1
-6
/
+15
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
1
-2
/
+2
*
unposted: add missing (void) argument list to bracketedestring()
Peter Stephenson
2015-06-23
1
-1
/
+1
*
35474, 35492: support the bracketed paste mode of newer terminal emulators
Oliver Kiddle
2015-06-19
1
-0
/
+68
*
34919: update interrupt parse error for ZLE cases.
Peter Stephenson
2015-04-17
1
-1
/
+1
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-1
/
+1
*
33860: minor fixes to vi mode changes
Oliver Kiddle
2014-12-05
1
-8
/
+19
*
33823: overwrite mode shouldn't replace newlines
Oliver Kiddle
2014-11-30
1
-11
/
+10
*
33636: add support for a linewise visual selection mode
Oliver Kiddle
2014-11-17
1
-3
/
+42
*
33635: adapt region to function as vim style visual selection mode
Oliver Kiddle
2014-11-17
1
-5
/
+9
*
33700: new widget for put in vim style visual selection mode
Oliver Kiddle
2014-11-17
1
-4
/
+57
*
33570, 33576: make killring/yank-pop work in vi mode after
Oliver Kiddle
2014-10-30
1
-9
/
+83
*
m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes
m0viefreak
2014-03-23
1
-14
/
+14
*
32196: copy-prev-shell-word needs a lexer flag
Carl Drougge
2014-01-02
1
-1
/
+1
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
1
-1
/
+1
*
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Peter Stephenson
2009-04-24
1
-14
/
+51
*
26463: Greg Klanderman: add zle-line-finish widget
Peter Stephenson
2009-01-28
1
-3
/
+19
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-1
/
+1
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-3
/
+3
*
24915: some more fix-ups for combining characters
Peter Stephenson
2008-05-04
1
-4
/
+14
*
unposted: fix overwrite without MULTIBYTE_SUPPORT
Peter Stephenson
2008-04-23
1
-1
/
+7
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-2
/
+8
*
24860: better overwrite mode
Peter Stephenson
2008-04-21
1
-5
/
+29
*
24859: combining chars: overwriting and vi replace and append
Peter Stephenson
2008-04-21
1
-6
/
+19
*
24853: bits missed from patch
Peter Stephenson
2008-04-20
1
-2
/
+2
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-40
/
+52
*
24819: fix transposing characters and sneaky combination generation
Peter Stephenson
2008-04-15
1
-21
/
+81
*
24816: some places where we need cursor alignment with combining characters
Peter Stephenson
2008-04-14
1
-0
/
+2
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-20
/
+24
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-1
/
+1
*
23807: fix interactive completion mode
Peter Stephenson
2007-08-30
1
-0
/
+2
*
users/11419: zle copy-region-as-kill <string>
Peter Stephenson
2007-04-19
1
-7
/
+14
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
1
-1
/
+1
*
Call ZS_memchr() instead of plain memchr() so that suffix-removal
Wayne Davison
2006-02-09
1
-2
/
+2
*
22124: handle bad multibyte input better
Peter Stephenson
2006-01-06
1
-1
/
+5
*
Fixed parsedigit() to have it use its arg instead of "lastchar".
Wayne Davison
2005-11-30
1
-15
/
+12
*
22014: argument-base, insert-unicode-char
Peter Stephenson
2005-11-24
1
-16
/
+72
*
Got rid of some compiler warnings about comparisons between signed
Wayne Davison
2005-11-15
1
-5
/
+6
*
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
2005-11-15
1
-15
/
+10
[next]