Henry Bley-Vroman

Results 204 comments of Henry Bley-Vroman

@audishos I wonder if the "command not found" errors mean there's as problem with the zsh-job-queue submodule. See #156.

(If you first read this comment in email, ignore that and read fresh here. Sorry about that. This was my first dev work after returning from a vacation, and it...

1. Are you able to run `abbr profile` from an unprivileged user? 2. What is the result of ```shell cat $ABBR_SOURCE_PATH/zsh-abbr.zsh | grep '# v' ``` 3. Does `zgenom update`...

> Not sure why zsh-abbr distinguishes between privileged and non-privileged users - #54 tdlr because the file has to be writable by the current user   > set the tmp...

Thanks for the questions. Making sure I understand the original report. Is the following the minimal scenario, or does it miss something? ```shell % abbr ' space-prefixed-regular'=a % abbr -g...

Got it, the bug is leading and trailing whitespace isn't supported in global abbreviations. Thanks for the report! ```shell # leading abbr -g -S ' a'=b a[space] # expected: `...

(bug is discussed in previous comment, responses to the side conversations are in this one) > perhaps I should first implement highlighting based on the current parsing logic I think...

Yes, those all match my expectations 👍 // I hadn't thought to try it until now, but the docs' zsh-syntax-highlighting solution and [single-word] fast-syntax-highlighting solution have the same limitation for...

Thanks for the report Does this still happen if you add a zsh-abbr / fsh integration? Links and snippets at https://zsh-abbr.olets.dev/integrations.html#fast-syntax-highlighting I'm wary of adding the redisplay call. Great that...

Oh haha I didn't notice who I was talking to 👍 Interesting, makes sense that fsh needs to be told that the LBUFFER changed. FSH is popular enough that I'm...