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

Re: PATCH: #autoload <option>



On Mar 27, 10:48am, Sven Wischnowsky wrote:
} Subject: PATCH: #autoload <option>
}
} And then it fixes to uses of compstate[force_list] in i-c-w and
} predict-on. Dunno how they survived.
} 
} diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on
} --- ../z.old/Functions/Zle/predict-on	Mon Mar 27 10:25:59 2000
} +++ Functions/Zle/predict-on	Mon Mar 27 10:42:48 2000
} @@ -130,10 +130,9 @@
}  	    compstate[nmatches] > compstate[list_max] ) ))
}    then
}      compstate[list]=''
} -    compstate[force_list]=yes
}    elif zstyle -t ":completion:::predict::" list always
}    then
} -    compstate[force_list]=yes
} +    compstate[list]='force list'
}    fi
}  }

This failed for me, because I have

   elif zstyle -t ":completion:predict::::" list always

at line 134.  So does 3.1.6-dev-20.  I thought we went through this
before ...

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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