OK, I checked my zshrc and it turns out this was breaking the completion script: autoload -U zsh-mime-setup && zsh-mime-setup I guess this has to do with todo.sh ending with ".sh", since every others completion scripts work fine. Should I log a bug ? Julien 2010/11/25 Frank Terbeck > Peter Stephenson wrote: > > Julien Nicoulaud wrote: > >> anyone using todo.sh completion script here ? > >> > >> I'm using zsh 4.3.10 on Ubuntu 10.10, and does not seem to work. > > > > It's changed since then; try the latest. > > If you're wondering how to use an updated completion function with an > existing installation, here's an example (using the _git completion): > > > > The procedure is the same for other completions, too. > > Regards, Frank > > -- > In protocol design, perfection has been reached not when there is > nothing left to add, but when there is nothing left to take away. > -- RFC 1925 >