about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-16 08:48:06 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-16 08:48:06 +0000
commit990818d0292e6a80e8b10fc32e6949f3278fcf84 (patch)
tree87e152b46b99a110f793d52ea7b60a2683e568b3 /Src/Zle/compresult.c
parent6296ccf4c4eddaff4abf8cb25869d8e7c9dc228f (diff)
downloadzsh-990818d0292e6a80e8b10fc32e6949f3278fcf84.tar.gz
zsh-990818d0292e6a80e8b10fc32e6949f3278fcf84.tar.xz
zsh-990818d0292e6a80e8b10fc32e6949f3278fcf84.zip
zsh-workers/9077
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index 9e66bab15..acb3b4845 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -135,8 +135,9 @@ cline_str(Cline l, int ins, int *csp)
 
     l = cut_cline(l);
 
-    pmm = smm = dm = 0;
+    pmm = smm = dm = pcs = scs = 0;
     pm = pmax = sm = smax = d = mid = cbr = -1;
+    brp = brs = NULL;
 
     /* Get the information about the brace beginning and end we have
      * to re-insert. */