1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file but zsh/complete isn't (10828)

This commit is contained in:
Sven Wischnowsky 2000-04-19 13:42:51 +00:00
parent 6a7c002a7c
commit ad0c81a554
3 changed files with 1480 additions and 198 deletions

View file

@ -523,6 +523,9 @@ docomplete(int lst)
if (undoing)
setlastline();
if (!module_loaded("zsh/complete"))
load_module("zsh/compctl");
if (runhookdef(BEFORECOMPLETEHOOK, (void *) &lst))
return 0;

File diff suppressed because it is too large Load diff