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

Re: Tab completion error after upgrade



On Jun 26, 10:35pm, Thorsten Kampe wrote:
}
} > Just to be sure, have you re-run compinit ?
} 
} `autoload -U compinit; compinit -C ` is run from my .zshrc. I also 
} deleted .zcompdump and .zcompdump.zwc.

If you have .zwc files, you may need to delete and rebuild those as
well.  There was some effort made to improve the algorithm that
compares the .zwc file version to the zsh version, but it still
may sometimes load a compiled function from an older shell.

In particular there are no parens on line 143 of _main_complete,
which makes the error suspicious.



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