1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

* 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.

This commit is contained in:
Clint Adams 2005-04-08 16:58:09 +00:00
parent 5571605340
commit 56cb95d1dd
2 changed files with 4 additions and 0 deletions

@ -1,5 +1,8 @@
2005-04-08 Clint Adams <clint@zsh.org>
* 21125: Src/Zle/zle_main.c: do an initial conversion when
zle is loaded.
* 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).

@ -1589,6 +1589,7 @@ setup_(UNUSED(Module m))
comprecursive = 0;
rdstrs = NULL;
wordcharstriggerptr = wordcharstrigger;
wordcharstrigger();
/* initialise the keymap system */
init_keymaps();