fix(zsh): use newline-splitting for language completions to fix word-splitting on names with spaces
Language names like "HTML (Jinja2)" and "Apache Conf" contain spaces, which
caused $() command substitution to word-split them into garbage tokens. Use
${(f)"$(...)"} (split on newlines only) to match the pattern already used
for theme completions on line 100.
Fixes #2897 Y
YoshKoz committed
f39d63b85d5b4bc675c718ef7832d786ed38a9a1
Parent: 93c52a4
Committed by Keith Hall <keith-hall@users.noreply.github.com>
on 4/27/2026, 2:55:48 AM