diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/complete.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index f9a160bb7..cd78796c9 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -1072,6 +1072,9 @@ set_compstate(Param pm, HashTable ht) struct value v; char *str; + if (!ht) + return; + for (i = 0; i < ht->hsize; i++) for (hn = ht->nodes[i]; hn; hn = hn->next) for (cp = compkparams, |