Re: [vim/vim] runtime(sh): fix Bash array value highlighting after escaped parens (PR #20705)
Christian Brabandt (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/20705/[email protected]> |
chrisbra left a comment (vim/vim#20705)
It seems this change breaks sh_11:
Is this syntax diff expected? Sorry, it is unclear to me, whether or not this is an expected change (and we should re-generate the dump) or not (in which case the patch is wrong). In particular, check this line here:
```bash
bins[0]=0; bins[1]=1; eval bins+=(\${bins[{1..0}]}); unset bins[3] bins[2]
```
<img width="475" height="707" alt="image" src="https://github.com/user-attachments/assets/57f70937-8088-4dcd-8f32-e36064847694" />
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20705#issuecomment-5074461062
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/20705/[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20705/c5074461062%40github.com.