Roman Perepelitsa

Results 656 comments of Roman Perepelitsa

> * It's safe to consider extendedglob to be already set when `-z4h-comp-words` is evaluated, right? I don't see why it would be safe to assume that. What am I...

`-z4h-comp-words` is called directly from `z4h-fzf-complete`. I don't think the latter enabled `extended_glob`.

Hey Andy! Thanks for the kind words. Are you switching to zsh4humans? Make sure to go over https://github.com/romkatv/zsh4humans/blob/master/tips.md carefully, and enable as many features from the list as you can....

Your plan looks reasonable, although I cannot say with confidence that it'll work. You'll have to try it. Somewhere in `-z4h-comp-words` there is code that predicts the height of the...

Looks very good! I've done a bit of testing to see how fzf handles `--header`. To match line splitting done by fzf, we need to do something like this: ```zsh...

> I also don't see the benefit of adding an empty header when for some reason `_message` gets an empty string. It's simpler semantically: `_message -r "$foo"` always shows `$foo`,...