Daniel Shahaf

Results 356 comments of Daniel Shahaf

> :wave: cool project! I've noticed that when re-sourcing `zsh-syntax-highlighting.zsh` the prompt will take longer each time to initialize. I happened to notice this as I was iterating on my...

@rightaway I neither use nor maintain this plugin. (My comment says "Member" because, being a z-sy-h maintainer, I am a member of https://github.com/zsh-users/; however, I don't have any special permissions...

@aecay I can't speak as to the completion script shipped with git, but perhaps if you used the one [shipped with zsh](https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_git) things would work. (Or is there a reason...

(Oops, I didn't notice that the date was two years ago; I thought it was the day before the day before yesterday.)

I've pushed another commit to the branch which fixes a problem in `__annex_repository`. (I couldn't send that fix as a separate PR because it touches code touched by this PR.)

This problem only occurs with zsh 5.2 or older and only when the completion file is not copied into $fpath, but symlinked into it. The upstream fix (to be released...

Pushed another commit onto the branch. The behaviour now is: ``` zsh % git annex status ? qux M foo % git annex add > untracked file qux > modified...

INSTALL.md lists several different ways to install on Ubuntu. How exactly did you install? At any rate, that error message means `_zsh_highlight` was invoked as a plain function rather than...