diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-13 08:09:13 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-13 08:09:13 +0000 |
commit | 2ef4fd884cb459f67f2dff82a609c8b1245ffc0e (patch) | |
tree | 7e4fccc591adc61e141b9ee3c2459b1eb9026e95 /Src/Zle/compresult.c | |
parent | a8400e82b14cf69b4952d34e7d30bbe454c63fcc (diff) | |
download | zsh-2ef4fd884cb459f67f2dff82a609c8b1245ffc0e.tar.gz zsh-2ef4fd884cb459f67f2dff82a609c8b1245ffc0e.tar.xz zsh-2ef4fd884cb459f67f2dff82a609c8b1245ffc0e.zip |
comment the `#if's for group numbers in $compstate[insert] (10725)
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r-- | Src/Zle/compresult.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index c7217778c..e56110a70 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1077,6 +1077,7 @@ do_ambig_menu(void) minfo.cur = NULL; } #if 0 + /* group-numbers in compstate[insert] */ if (insgroup) { insgnum = comp_mod(insgnum, lastpermgnum); for (minfo.group = amatches; @@ -1101,6 +1102,7 @@ do_ambig_menu(void) return; } #if 0 + /* group-numbers in compstate[insert] */ } #endif mc = (minfo.group)->matches + insmnum; |