zsh-users/zsh-syntax-highlighting

Audit for null argument elision

Open

#479 opened on Jan 12, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (1,371 forks)batch import
Taskgood first issue

Repository metrics

Stars
 (22,617 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

See https://github.com/zsh-users/zsh-syntax-highlighting/pull/471#issuecomment-357249607

Go through the code, wherever there's an unquoted parameter name, see if it needs to be double quoted to guard against null argument elision (SH_WORD_SPLIT doesn't prevent that).

Contributor guide