diff options
| author | 2026-04-17 10:53:33 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:33 +0100 | |
| commit | 6fae53bcea76eb3057014c0a583237756d637182 (patch) | |
| tree | 0405ea456d5099d20c92fbe32152f1020541733d /home/.config/nvim/after/ftplugin/text.lua | |
| parent | 70c58e6e1c587dfc95e474f6facc18fb685b7512 (diff) | |
| download | dotfiles-6fae53bcea76eb3057014c0a583237756d637182.tar.gz dotfiles-6fae53bcea76eb3057014c0a583237756d637182.tar.bz2 dotfiles-6fae53bcea76eb3057014c0a583237756d637182.zip | |
fix: declare ZSH_HIGHLIGHT_STYLES before subscript assignment
With extendedglob on, ZSH_HIGHLIGHT_STYLES[comment] triggers
'assignment to invalid subscript range' because the array doesn't
exist yet and [comment] is parsed as a glob pattern. Explicitly
declare it as an associative array first.
Diffstat (limited to 'home/.config/nvim/after/ftplugin/text.lua')
0 files changed, 0 insertions, 0 deletions
