1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-25 05:27:12 +02:00
zsh/Src/Zle
Peter Stephenson 3ad2ca3305 Don't handle ZLE functions for single key.
For read -k and read -q where we use ZLE, we just want a single
key and not full ZLE processing.  So don't handle timed
ZLE functions when preforming the read.
2018-09-03 10:09:22 +01:00
..
.cvsignore
.distfiles
.exrc
comp.h 40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetparam_pm(), and getindex(). 2016-12-03 09:54:11 +00:00
compcore.c 43219 (except term{cap,info}.c): fix several memory leaks 2018-07-31 22:15:58 +09:00
compctl.c 42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file completion candidates 2018-03-24 15:04:39 +01:00
compctl.h
compctl.mdd
complete.c 42605: properly free the vi registers hash 2018-04-07 18:52:37 +02:00
complete.mdd
complist.c 42164: fix digits in format escapes in completion listings 2018-01-04 17:16:18 +00:00
complist.mdd
compmatch.c 40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher_pats(), and count characters in pattern_match() the same way to stay in sync 2017-03-08 21:26:55 -08:00
compresult.c 39981: Make compstate[to_end] skip suffix and hidden suffix, but not ignored suffix. 2016-11-21 05:40:09 +00:00
computil.c 42600: error paths for _values leaked the exclusion list array 2018-04-07 14:37:46 +02:00
computil.mdd
deltochar.c
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 42116: multibyte support for ZLE vi-mode word motion 2017-12-18 12:48:25 +09: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 40453: signal handler safety for callers of patcompile(PAT_STATIC), which is not re-entrant. 2017-01-29 08:30:14 -08:00
zle_keymap.c Don't handle ZLE functions for single key. 2018-09-03 10:09:22 +01:00
zle_main.c Don't handle ZLE functions for single key. 2018-09-03 10:09:22 +01:00
zle_misc.c Don't handle ZLE functions for single key. 2018-09-03 10:09:22 +01:00
zle_move.c 36273: teach endofline() and endoflinehist() about invicmdmode() cursor placement. 2015-08-22 21:50:31 -07:00
zle_params.c 43294: Add ZLE_RECURSIVE parameter. 2018-08-17 19:43:17 +01:00
zle_refresh.c 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00
zle_things.sed
zle_thingy.c 42760: move stack variable outside while loop scope as it is accessed in the while condition 2018-05-13 09:51:05 +02:00
zle_tricky.c 23180: Fix expand-or-complete with ~[...]. 2018-02-26 21:43:12 +00:00
zle_utils.c 39986, 39989: improve handling of vi-repeat-change 2016-11-20 23:59:48 +01:00
zle_vi.c Don't handle ZLE functions for single key. 2018-09-03 10:09:22 +01:00
zle_widget.sed
zle_word.c 42412: fix a bug in 42116 2017-12-18 23:49:31 +09:00
zle.h 42116: multibyte support for ZLE vi-mode word motion 2017-12-18 12:48:25 +09:00
zle.mdd
zleparameter.c
zleparameter.mdd