mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
This commit is contained in:
parent
cb19345676
commit
5571605340
4 changed files with 28 additions and 0 deletions
|
|
@ -1151,6 +1151,9 @@ mod_export ZleVoidIntFn zlesetkeymapptr = noop_function_int;
|
|||
|
||||
#endif /* !LINKED_XMOD_zshQszle */
|
||||
|
||||
/**/
|
||||
mod_export ZleVoidFn wordcharstriggerptr = noop_function;
|
||||
|
||||
/**/
|
||||
unsigned char *
|
||||
autoload_zleread(char **lp, char **rp, int ha, int con)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue