summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_move.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-2236273: teach endofline() and endoflinehist() about invicmdmode() cursor place...Barton E. Schaefer1-0/+4
2015-08-1136096: special . mark in vi modeOliver Kiddle1-12/+24
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle1-0/+7
2014-12-0833924: allow vi line/characterwise mode to be forcedOliver Kiddle1-0/+12
2014-12-0533860: minor fixes to vi mode changesOliver Kiddle1-5/+7
2014-11-1733636: add support for a linewise visual selection modeOliver Kiddle1-0/+19
2014-11-1733635: adapt region to function as vim style visual selection modeOliver Kiddle1-0/+18
2014-10-2333519: last character in the buffer can be cut, changed or yanked using vi-fo...Oliver Kiddle1-1/+1
2013-04-02Jun. T: typo in vi-goto-markPeter Stephenson1-1/+1
2013-02-0931037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle1-4/+12
2012-08-13Aaron Scrab: 30604: make repeating vi skip character useful by ignoringPeter Stephenson1-7/+24
2012-08-13Aaron Schrab: 30603: repeating vi skip characters command caused bad positionPeter Stephenson1-0/+2
2011-05-1229208: make vimatchbracket more useful in emacs modeMikael Magnusson1-0/+3
2011-01-1128611: remove unused special behaviour for vi mark 26Peter Stephenson1-9/+4
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison1-2/+2
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson1-7/+26
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson1-11/+7
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson1-2/+3
2008-04-2024853: bits missed from patchPeter Stephenson1-2/+2
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-0/+138
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson1-13/+33
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-29/+163
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-0/+11
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-1/+2
2005-11-01Changed iblank() calls on zleline to use ZC_iblank().Wayne Davison1-1/+1
2005-10-31Fixed a compiler warning about a signed/unsigned comparison.Wayne Davison1-3/+5
2005-02-2320854: more Unicode stuff.Peter Stephenson1-4/+4
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-14/+15
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-83/+83
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-127/+136
1999-04-15Initial revisionTanaka Akira1-0/+502