Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Oliver Kiddle: compctl -l broken and function installation



> 
> ccont was set to zero which caused the test after trying the
> (non-existent) pattern compctl's to succeed -- and hence the
> completion code stopped trying to generate matches.
> 
> The patch also makes `compctl -h' use ccont.
>

(warnings omitted)
 
zle_tricky.c  4933: [error]:   CFE1165 too few arguments in function call
      strinbeg();
               ^
  
zle_tricky.c  6347: [error]:   CFE1165 too few arguments in function call
        strinbeg();
                 ^
 
zle_tricky.c  8105: [error]:   CFE1165 too few arguments in function call
        strinbeg();
                 ^
 
zle_tricky.c  8184: [error]:   CFE1165 too few arguments in function call
        strinbeg();
                 ^
  
gmake[3]: *** [zle_tricky..o] Error 1
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src/Zle'
gmake[2]: *** [modules] Error 1
gmake[2]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src'
gmake[1]: *** [modules] Error 2
gmake[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Src'
gmake: *** [all] Error 1
bor@itsrm2:/tools/src/zsh-3.1.5-pws-21%> 



Messages sorted by: Reverse Date, Date, Thread, Author