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

Re: PATCH: completion or'ing and grouping



Peter Stephenson wrote:

> ...
>
> Second, there seems to be a problem with menucompletion set.  It now
> pauses when it gets to an ambiguous completion, and only cycles
> through the next time you hit tab --- in other words it seems to have
> turned into the normal automenu behaviour.

The patch below fixes this.

Bye
 Sven

*** os/Zle/zle_tricky.c	Tue Nov  3 12:00:06 1998
--- Src/Zle/zle_tricky.c	Wed Nov  4 08:51:26 1998
***************
*** 3210,3216 ****
  static void
  makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub)
  {
!     int mn, ct, um = 0;
  
      /* Loop over xors. */
      do {
--- 3210,3216 ----
  static void
  makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub)
  {
!     int mn, ct, um = usemenu;
  
      /* Loop over xors. */
      do {


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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