1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 02:51:01 +02:00
zsh/Src/Zle
Oliver Kiddle c32bb6a11c 38845: reset region_active before entering zle
It was done on exit but before zle-line-finish.
Also reword documentation on region to better cover vi mode.
2016-07-17 12:09:24 +02:00
..
.cvsignore
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
.exrc
comp.h 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. 2015-09-10 20:05:48 +01:00
compcore.c 38043: allow any completion widget to cycle matches for menu completion to fix reverse menu completion 2016-03-07 13:15:40 +01:00
compctl.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
compctl.h
compctl.mdd 23578: make standard features autoloadable, 2007-06-20 20:59:15 +00:00
complete.c 38714: add x: syntax to match specs to make it possible to disable match specs hardcoded in completion functions 2016-06-22 01:37:07 +02:00
complete.mdd Holger Macht via Ismail: 30185: openSUSE directory missed from 2012-02-07 15:41:01 +00:00
complist.c 38043: allow any completion widget to cycle matches for menu completion to fix reverse menu completion 2016-03-07 13:15:40 +01:00
complist.mdd
compmatch.c unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax. 2015-09-23 21:41:13 +00:00
compresult.c 35627: make reverse-menu-complete start with the last match in 2015-06-29 01:54:44 +02:00
computil.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
computil.mdd 23578: make standard features autoloadable, 2007-06-20 20:59:15 +00:00
deltochar.c 26116: didn't get updated properly for combining characters 2008-12-07 18:45:30 +00:00
deltochar.mdd
iwidgets.list 38770: vi upper/lowercase widgets and shell widget example that reads a vi movement 2016-06-29 17:05:06 +02:00
textobjects.c 38810: fix cursor positioning and repeated invocations when widgets used from emacs mode 2016-07-08 23:00:44 +02:00
zle.h 37337: Delay freeing widget until not in use. 2015-12-07 14:32:52 +00:00
zle.mdd 33730: vim style text objects for selecting words 2014-11-21 11:40:00 +01:00
zle_bindings.c 35952: bind escape in vi mode so it is a full key sequence and later keys aren't dropped 2015-08-11 13:22:45 +02:00
zle_hist.c 37590: Invoke zle-line-pre-redraw during isearch. 2016-01-14 00:04:12 +00:00
zle_keymap.c 38770: vi upper/lowercase widgets and shell widget example that reads a vi movement 2016-06-29 17:05:06 +02:00
zle_main.c 38845: reset region_active before entering zle 2016-07-17 12:09:24 +02:00
zle_misc.c 38286: cursor correction following yank-pop is only applicable to vi command mode 2016-04-14 15:52:44 +02:00
zle_move.c 36273: teach endofline() and endoflinehist() about invicmdmode() cursor placement. 2015-08-22 21:50:31 -07:00
zle_params.c 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_* 2016-04-23 21:28:20 +00:00
zle_refresh.c 38809: fix tracking of colour attributes and restore them when turning bold off 2016-07-08 22:28:15 +02:00
zle_things.sed
zle_thingy.c 37337: Delay freeing widget until not in use. 2015-12-07 14:32:52 +00:00
zle_tricky.c 38248: fix word position calculation when completing on or just before a redirection operator 2016-04-07 20:24:43 -07:00
zle_utils.c 38540: fix undo problem by not moving the current change when only undoing a history line change 2016-06-02 12:48:10 +02:00
zle_vi.c 38770: vi upper/lowercase widgets and shell widget example that reads a vi movement 2016-06-29 17:05:06 +02:00
zle_widget.sed
zle_word.c 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
zleparameter.c 23665: autoloading of module features and related tweaks 2007-07-06 21:52:38 +00:00
zleparameter.mdd 23578: make standard features autoloadable, 2007-06-20 20:59:15 +00:00