Max

Results 4 comments of Max

I also face the same issue. Seems to be caused by zprezto modules. I could solve the first issue by putting this in my zshrc: bindkey "^E" end-of-line # Map...

It seems that the important thing is that the mock object stays alive as long as all moved pointers. And it even seems that it can be accessed after the...

I see, thanks for clarification. I wonder if it would be possible to have a compile time check for this then :thinking: But for that I guess it would be...

Thanks for the advice. I followed [zsh-completions/CONTRIBUTING.md](https://github.com/zsh-users/zsh-completions/blob/master/CONTRIBUTING.md#contributing-completion-functions-to-zsh) which states that completion functions can be contributed via github pr as well. But maybe you are right.