From 713857cea0ae2ece61d32966de6aea815427aa4d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 16 Oct 2016 17:14:49 +0000 Subject: 39657: _zstyle: When completing a style for an unrecognised context, complete all known styles. Previously, vcs_info styles weren't completed. --- Completion/Zsh/Command/_zstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index dcebc6faf..553917b9d 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -284,7 +284,7 @@ while (( $#state )); do ;; (*) - ctop=cdez + ctop=a-z ;; esac _wanted styles expl style \ -- cgit 1.4.1