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_vi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Read full multibyte string early for self-insert
Peter Stephenson
2015-09-11
1
-1
/
+1
*
36274: clear virangeflag when getvirange() has an error (the next keystroke i...
Barton E. Schaefer
2015-08-22
1
-0
/
+2
*
33924: allow vi line/characterwise mode to be forced
Oliver Kiddle
2014-12-08
1
-2
/
+11
*
33860: minor fixes to vi mode changes
Oliver Kiddle
2014-12-05
1
-31
/
+25
*
33738: account for a selection in vi-replace-chars
Oliver Kiddle
2014-11-21
1
-8
/
+35
*
unposted: reindent large block
Oliver Kiddle
2014-11-17
1
-69
/
+68
*
33704: keybindings, documentation, tests and minor
Oliver Kiddle
2014-11-17
1
-7
/
+1
*
33636: add support for a linewise visual selection mode
Oliver Kiddle
2014-11-17
1
-7
/
+21
*
33635: adapt region to function as vim style visual selection mode
Oliver Kiddle
2014-11-17
1
-8
/
+40
*
33633: support vim style text objects
Oliver Kiddle
2014-11-17
1
-2
/
+13
*
33632: use viopp and visual local keymaps if they exist
Oliver Kiddle
2014-11-17
1
-0
/
+5
*
33695: fix various vi-indent problems and vi-swap-case on a blank line
Oliver Kiddle
2014-11-15
1
-4
/
+10
*
33639: fix bug with vi operators on a blank line
Oliver Kiddle
2014-11-09
1
-9
/
+3
*
33604: fix change merging for vi mode where a change has just been undone
Oliver Kiddle
2014-11-05
1
-2
/
+2
*
33593: support numeric argument to vi-join
Oliver Kiddle
2014-11-03
1
-14
/
+21
*
33570, 33576: make killring/yank-pop work in vi mode after
Oliver Kiddle
2014-10-30
1
-67
/
+1
*
33528: take notice of last column position when using vi-yank
Oliver Kiddle
2014-10-29
1
-5
/
+15
*
33520: correct cursor positioning following a vi mode yank operation
Oliver Kiddle
2014-10-24
1
-1
/
+8
*
33518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle...
Oliver Kiddle
2014-10-23
1
-6
/
+18
*
33512: add support for "0 vi buffer and yank to it
Oliver Kiddle
2014-10-23
1
-6
/
+6
*
32480: Fix crash in vi mode with too few previous changes
Jun T
2014-03-13
1
-1
/
+1
*
32342: fix overstrike for vi mode and use varying vi commands at line start
Oliver Kiddle
2014-02-05
1
-2
/
+4
*
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
2014-02-05
1
-7
/
+1
*
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
2014-01-31
1
-3
/
+9
*
32308: Improve initialising of vi change.
Peter Stephenson
2014-01-28
1
-2
/
+25
*
24915: some more fix-ups for combining characters
Peter Stephenson
2008-05-04
1
-18
/
+29
*
24865: bad character adjustment in vireplacechars()
Peter Stephenson
2008-04-23
1
-1
/
+3
*
24859: combining chars: overwriting and vi replace and append
Peter Stephenson
2008-04-21
1
-9
/
+18
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-2
/
+1
*
24852: more combining chars fallout
Peter Stephenson
2008-04-20
1
-6
/
+13
*
fix vi-replace-chars
Peter Stephenson
2008-04-17
1
-1
/
+1
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-19
/
+37
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-1
/
+1
*
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
2006-04-25
1
-1
/
+1
*
- In vireplacechars(), changed "ch" into a ZLE_INT_T.
Wayne Davison
2005-11-01
1
-13
/
+10
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-2
/
+2
*
21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...
Peter Stephenson
2005-09-09
1
-1
/
+1
*
Got rid of an empty #ifdef/#else/#endif.
Wayne Davison
2005-08-17
1
-4
/
+0
*
20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion
Andrey Borzenkov
2005-02-26
1
-5
/
+6
*
20869: more small Unicode tweaks
Peter Stephenson
2005-02-25
1
-14
/
+13
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
1
-2
/
+2
*
20854: more Unicode stuff.
Peter Stephenson
2005-02-23
1
-13
/
+14
*
20822: Initial code for Unicode/multibyte input
Peter Stephenson
2005-02-18
1
-23
/
+49
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-131
/
+131
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-29
/
+29
*
19553: rename c in zle to lastchar
Peter Stephenson
2004-03-08
1
-199
/
+199
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+925