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

Re: Tab completion breaks after upgrade



On Mon, Jun 14, 2004 at 11:55:40PM -0500, lists wrote:
> It was the ~/.zcompdump file.  Thanks so much!

You can avoid this problem in the future by using a separate .zcompdump
file for each version of zsh, like this (from my .zshrc file):

compinit -d ~/.zcompdump_$ZSH_VERSION

This also lets you run multiple zsh versions without conflict.

..wayne..



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