1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 20:20:56 +02:00
zsh/Src/Zle
Peter Stephenson 1d8b528522 37643: Reset interrupt on key input in menu selection.
We don't need to propagate the interrupt further as the interrupt
causes the key to be empty, which will exit the widget.  We
need to reset the condition as zrefresh() is now more sensitive
to errors since 36416 / 32f5d3d8.
2016-01-15 12:49:42 +00:00
..
.cvsignore Added *.dll to .cvsignore and fixed typo. (unposted) 2003-11-03 04:26:51 +00:00
.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 35704: compadd -E 0 should imply -J and -2 2015-07-06 22:40:47 +02:00
compctl.c 37092: make nested ${(P)name} properly refer to parameter on return 2015-11-11 18:04:20 +00:00
compctl.h Changed some structures to avoid gcc's type-punned warnings. 2006-03-07 21:30:36 +00:00
compctl.mdd 23578: make standard features autoloadable, 2007-06-20 20:59:15 +00:00
complete.c unposted: remove compiler error in completion code 2015-07-07 12:48:30 +01:00
complete.mdd Holger Macht via Ismail: 30185: openSUSE directory missed from 2012-02-07 15:41:01 +00:00
complist.c 37643: Reset interrupt on key input in menu selection. 2016-01-15 12:49:42 +00: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 36974: fix some functions with empty argument lists 2015-10-27 09:28:36 +00: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 36044: deactivate-region widget for escape in visual mode 2015-08-11 13:28:14 +02:00
textobjects.c Rearrange context saving. 2015-01-09 21:33:39 +00: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 37405: Fix self-insert binding for multibyte sequences. 2015-12-15 12:41:20 +00:00
zle_main.c 37590: Invoke zle-line-pre-redraw during isearch. 2016-01-14 00:04:12 +00:00
zle_misc.c 36525: revert only the selfinsert() bit of 36496 2015-09-12 20:49:13 -07:00
zle_move.c 36273: teach endofline() and endoflinehist() about invicmdmode() cursor placement. 2015-08-22 21:50:31 -07:00
zle_params.c 36709: zle -f from inside widget to set flags and make yank start/end zle params writable 2015-10-01 03:51:44 +02:00
zle_refresh.c 37456: Have zle_highlight=(none) disable paste highlighting 2015-12-31 01:16:06 +00: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 unposted: Make $EDITOR's jump-to-matching-brace happy. 2015-11-13 20:18:25 +00:00
zle_utils.c 37091: clear lastline and lastlinesz when freeing 2015-11-11 16:09:28 +00:00
zle_vi.c Read full multibyte string early for self-insert 2015-09-11 21:40:45 +01:00
zle_widget.sed
zle_word.c 35029: improvements to newline handling for vi-mode word movement 2015-05-04 21:51:06 +02: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