summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Zsh/Command/_zstyle2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e1beba1e..546b5cf6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-10-18 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 39657: Completion/Zsh/Command/_zstyle: When completing a
+ style for an unrecognised context, complete all known styles.
+
* 39657: Completion/Zsh/Command/_zstyle,
Completion/Zsh/Type/_completers, Doc/Zsh/compsys.yo: Make a
helper function global.
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 \