1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00
zsh/Src/Zle
2024-11-23 22:31:44 +01: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 49915: Efficient dedup for unsorted completions 2022-03-30 08:07:39 +02:00
compcore.c 52750: remove ansi2knr support for old pre-ansi K&R compilers 2024-03-18 20:02:34 +01: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 52189: ignore compadd -M if -U also specified as they don't make sense together 2023-10-11 01:06:50 +02:00
complete.mdd Holger Macht via Ismail: 30185: openSUSE directory missed from 2012-02-07 15:41:01 +00:00
complist.c 52646: extend support for highlight groups to completion explanation strings and WATCHFMT 2024-03-05 00:11:02 +01:00
complist.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
compmatch.c 50736: silence use-after-free warning (gcc-12.2) 2022-10-17 13:13:13 +09:00
compresult.c 52244: Fix a batch of minor defects reported by Coverity. 2023-10-26 08:27:18 -07:00
computil.c 51490: Use time_t for lastt which stores result of time(0) 2023-10-16 10:36:12 +02: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 52440: zle.textobjects: Mark variables as const 2024-01-28 00:23:22 +01:00
zle.h 52750: remove ansi2knr support for old pre-ansi K&R compilers 2024-03-18 20:02:34 +01: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 53243: fix use of vi-fetch-history with a range 2024-11-23 22:31:44 +01:00
zle_keymap.c 52750: remove ansi2knr support for old pre-ansi K&R compilers 2024-03-18 20:02:34 +01:00
zle_main.c 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte() 2023-07-26 19:49:50 -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 52500: add layer token to zle attributes 2024-01-28 00:47:36 +01:00
zle_things.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_thingy.c 52750: remove ansi2knr support for old pre-ansi K&R compilers 2024-03-18 20:02:34 +01:00
zle_tricky.c 52646: extend support for highlight groups to completion explanation strings and WATCHFMT 2024-03-05 00:11:02 +01:00
zle_utils.c 52382: avoid the non-standard \e in C code, preferring \033 2023-12-13 11:28:00 +01:00
zle_vi.c 52441: zle_vi: Mark variables with const init as const 2024-01-28 00:23:43 +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