diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-18 13:25:03 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-18 13:25:03 +0000 |
| commit | abae4fe16e26cf027e7c8165d27b93d74bbd18b2 (patch) | |
| tree | 811bae4da4a0b6f0b370334a7f01ee5d9b9c8baf /Src/Zle/complete.c | |
| parent | unposted: stop multibyte test files from cluttering up directory (diff) | |
| download | zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar.gz zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar.bz2 zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar.lz zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar.xz zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.tar.zst zsh-abae4fe16e26cf027e7c8165d27b93d74bbd18b2.zip | |
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Diffstat (limited to 'Src/Zle/complete.c')
| -rw-r--r-- | Src/Zle/complete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index 245f73126..a2af30c65 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -1139,7 +1139,7 @@ set_compstate(UNUSED(Param pm), HashTable ht) for (cp = compkparams, pp = compkpms; cp->name; cp++, pp++) if (!strcmp(hn->nam, cp->name)) { - v.isarr = v.inv = v.start = 0; + v.isarr = v.flags = v.start = 0; v.end = -1; v.arr = NULL; v.pm = (Param) hn; |
