Daniel Shahaf

Results 56 issues of Daniel Shahaf

I wonder if we should release master as 0.8.0 so we can immediately after that merge redrawhook, which is overdue. Thoughts? How long should the pre-release freeze be (waiting for...

Question
Task

The link to zplugin is broken. Is there a replacement URL? E.g., is https://github.com/zdharma-continuum/zinit a newer version of the same thing?

Bug
component:docs

Over in #862 the OP reported `ZSH_HIGHLIGHT_REVISION=HEAD`. This value doesn't identify a particular commit hash. For fielding bug reports, it would be useful to have a command that emits a...

The various percent syntaxes for referring to a job (https://zsh.sourceforge.io/Doc/Release/Jobs-_0026-Signals.html#Jobs) can be used in command position to foreground that job: ```zsh % cat & [1] 9896 % [1] + suspended...

Bug
syntax:command-word
good first issue

```zsh % tests/generate.zsh '{ a=42 }' main block-assignment-no-command Set copyright year to 2022? y BUFFER=$'{ a=42 }' expected_region_highlight=( '1 1 reserved-word' # { '3 6 assign' # a=42 '5 6...

Bug
good first issue

See the test case in https://github.com/chrisbra/vim-zsh/pull/42

Task

`: "$#$foo"` and `: "$##bar"` aren't highlighted correctly. These are, respectively, the length of `$$` (zsh's PID) and the length of `$#` (argc).

http://zdharma.org/posts/Fast-Syntax-Highlighting-Released https://github.com/zdharma/fast-syntax-highlighting [edit 20180523] http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=23399 - [x] Check license / permission to use that - [ ] Check if there's already a PR for these. - [ ] Review and...

Feature
Task
Upstream
performance

```zsh % ho hello world zsh: command not found: ho % ec!! echo hello world hello world % ``` In the above, `ec!!` is red (`typeset -a region_highlight=( '0 4...

Bug

To reproduce: ```zsh $ cd "$(mktemp -d)" $ rm -rf -- "$(pwd)" $ zsh -f % source /path/to/zsh-syntax-highlighting.zsh % [try to type] ``` When I do that, the typing doesn't...

Bug
Task