zsh-users/zsh-syntax-highlighting

Audit for null argument elision

Open

#479 创建于 2018年1月12日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Shell (22,617 star) (1,371 fork)batch import
Taskgood first issue

描述

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).

贡献者指南