1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00
zsh/Src/Zle
m0viefreak d82604843b 38150: fix off-by-one error in matcher spec parsing 2021-12-24 13:09:25 -08: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 Initial revision 1999-04-15 18:05:38 +00:00
comp.h 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
compcore.c 49535: fix completion for ${<TAB> and ${(a)<TAB> 2021-11-01 23:33:57 +09:00
compctl.c 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +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 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
complete.mdd Holger Macht via Ismail: 30185: openSUSE directory missed from 2012-02-07 15:41:01 +00:00
complist.c 49292: Src/Zle/complist.c: turn off colors before clearing to end of line 2021-09-06 14:22:58 -07:00
complist.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
compmatch.c 38150: fix off-by-one error in matcher spec parsing 2021-12-24 13:09:25 -08:00
compresult.c 48391: fix display problem in menu-complete 2021-04-06 23:38:52 +09:00
computil.c 49653: fix array indexing issue introduced with 49518 due to using decimal rather than hex 20 2021-12-16 14:27:59 +01: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 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
iwidgets.list 44215: Maintain LASTWIDGET across reset-prompt. 2019-04-10 09:41:04 +01:00
textobjects.c 42116: multibyte support for ZLE vi-mode word motion 2017-12-18 12:48:25 +09:00
zle.h 46068 (tweaked) (was: github #57): region_highlight: Add memo= support. 2020-06-25 11:50:33 +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 unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history entries when repeating 2021-09-06 13:33:40 -07:00
zle_keymap.c 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab 2021-09-08 09:51:43 +09:00
zle_main.c users/26736: avoid infinite loop in getbyte from exit hook 2021-05-15 13:51:39 -07:00
zle_misc.c 49387: suffix highlight with "compadd -R" 2021-09-08 16:01:12 -07:00
zle_move.c 45487: Missing mod_export declarations for AIX 2020-02-24 10:55:48 +00:00
zle_params.c 43294: Add ZLE_RECURSIVE parameter. 2018-08-17 19:43:17 +01:00
zle_refresh.c 46068 (tweaked) (was: github #57): region_highlight: Add memo= support. 2020-06-25 11:50:33 +00:00
zle_things.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_thingy.c 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hook-widget support for multiple hook functions. 2020-06-27 03:09:31 +00:00
zle_tricky.c 24581: Fix array assignments in shell word splitting and completion. 2019-12-31 18:35:06 +00:00
zle_utils.c unposted (after 46068): Fix a compiler warning. 2020-06-27 03:35:30 +00:00
zle_vi.c 44215: Maintain LASTWIDGET across reset-prompt. 2019-04-10 09:41:04 +01:00
zle_widget.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_word.c 42412: fix a bug in 42116 2017-12-18 23:49:31 +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