From 99cf61fd4211dcb99142f683230947481c05eb93 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Mon, 25 Dec 2017 21:15:24 -0500 Subject: 42171: prevent parameters of various parameters from becoming global --- Completion/Zsh/Command/_cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Command') diff --git a/Completion/Zsh/Command/_cd b/Completion/Zsh/Command/_cd index 6b8d7ebeb..46237e73d 100644 --- a/Completion/Zsh/Command/_cd +++ b/Completion/Zsh/Command/_cd @@ -22,7 +22,7 @@ _cd_options() { setopt localoptions nonomatch local expl ret=1 curarg -integer argstart=2 noopts +integer argstart=2 noopts match mbegin mend if (( CURRENT > 1 )); then # if not in command position, may have options. -- cgit 1.4.1