zsh-users/zsh-syntax-highlighting

Audit for null argument elision

Open

#479 ouverte le 12 janv. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Shell (1 371 forks)batch import
Taskgood first issue

Métriques du dépôt

Stars
 (22 617 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur