diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-09 10:12:42 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-09 10:12:42 +0000 |
| commit | 6b1dc0f701754f244cd090c8ec74db5af4a418ed (patch) | |
| tree | 1a6da686de0cdef82b578853c3ece22c4911db32 /Src/Zle/compctl.c | |
| parent | 20330: rationalise zle return statuses (diff) | |
| download | zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.gz zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.bz2 zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.lz zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.xz zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.zst zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.zip | |
20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
Diffstat (limited to 'Src/Zle/compctl.c')
| -rw-r--r-- | Src/Zle/compctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 689d28a30..2f2996013 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -3692,7 +3692,7 @@ makecomplistflags(Compctl cc, char *s, int incmd, int compadd) /* We have a pattern to take things from the history. */ Patprog pprogc = NULL; char *e, *h, hpatsav; - int i = addhistnum(curhist,-1,HIST_FOREIGN), n = cc->hnum; + zlong i = addhistnum(curhist,-1,HIST_FOREIGN), n = cc->hnum; Histent he = gethistent(i, GETHIST_UPWARD); /* Parse the pattern, if it isn't the null string. */ |
