From 9f9b6e165516c4ee59b1f5b609a6890ccc3d598f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 5 May 2000 13:38:45 +0000 Subject: completion function cleanup for `_arguments' with the `-C' option and using it's return value (11195) --- Completion/Builtins/_zstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins/_zstyle') diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 1edd0987f..b2bd1d5a8 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -92,7 +92,7 @@ parameters path-directories paths pods ports prefixes processes ps regex sequences sessions signals strings tags targets types urls users values warnings widgets windows zsh-options) -_arguments ':context:->contexts' ':style:->styles' '*:argument:->style-arg' +_arguments -C ':context:->contexts' ':style:->styles' '*:argument:->style-arg' while [[ -n $state ]]; do ostate=$state -- cgit 1.4.1