diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2005-04-08 16:42:55 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2005-04-08 16:42:55 +0000 |
| commit | 5571605340689945ec194abbec764829bb8efa48 (patch) | |
| tree | 76134fad839f54469137b3d622de4ca80e23433d /Src/init.c | |
| parent | 21107: fix for when there is a native iconv but iconv.h is from GNU libiconv (diff) | |
| download | zsh-5571605340689945ec194abbec764829bb8efa48.tar zsh-5571605340689945ec194abbec764829bb8efa48.tar.gz zsh-5571605340689945ec194abbec764829bb8efa48.tar.bz2 zsh-5571605340689945ec194abbec764829bb8efa48.tar.lz zsh-5571605340689945ec194abbec764829bb8efa48.tar.xz zsh-5571605340689945ec194abbec764829bb8efa48.tar.zst zsh-5571605340689945ec194abbec764829bb8efa48.zip | |
* 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).
Diffstat (limited to 'Src/init.c')
| -rw-r--r-- | Src/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c index 1ad9559f0..965f47174 100644 --- a/Src/init.c +++ b/Src/init.c @@ -1152,6 +1152,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) { |
