Daniel Shahaf

Results 382 comments of Daniel Shahaf

@phy1729 Sanity check please before I update test expectations? «make quiet-test» output ```tap ## assign-not-array2 # BUFFER=$'a=foo\\( :' ok 1 - [1,7] «a=foo\(» ok 2 - [3,7] «foo\(» not ok...

Thanks for the review. `path_prefix3` is wrong, isn't it? Can $PREBUFFER ever not end with a `$'\n'`? When I add a `$'\n'` to $PREBUFFER in path_prefix3.zsh, the test passes with...

> `path_prefix3` is wrong, isn't it? Can $PREBUFFER ever not end with a `$'\n'`? And if that's not it, I'll next check whether it's a bug in this PR or...

> I checked the diff for cthulhu. Thanks! > I was just noting that I'm glad the > triple backslash-un-quoted-argument was highlighted in entirety as it > should be. *nod*...

Are y'all running the latest z-sy-h master? If so, say so explicitly. If not, upgrade and try again. Excuse brevity. Will reply more later.

@kstolp Thanks a lot. I'm going to tentatively assume that everyone here uses the zsh-vi-mode plugin. (The third-party plugin linked above; not merely the builtin `bindkey -v` functionality.) If that's...

Perhaps the following? I don't have an environment to test it in: ```diff diff --git a/zsh-vi-mode.zsh b/zsh-vi-mode.zsh index c8cce0b..abea50f 100644 --- a/zsh-vi-mode.zsh +++ b/zsh-vi-mode.zsh @@ -3253,7 +3253,8 @@ function zvm_init()...

> Here is an alternative for `zsh-syntax-highlight`. It works fine on my machine. > > https://github.com/zdharma-continuum/fast-syntax-highlighting > FWIW there's been a proposal to merge that back into this project. See...

@jhony75 Let's break this down: > Don't know if this might be the cause for someone as well but, I solved this issue by copying the `zsh-syntax-highlight` file from this...