Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] verbose style on by default (was Re: [PATCH] fix core dump by reverse-menu-complete)
When the feature that the values of parameters are shown when completing
parameter names was first added, it was activated only if extra-verbose style is on.
Then it has been changed so that it is activated if verbose style is on,
probably assuming that verbose is not on by default.
Is it OK to set verbose style to on by default even in _parameter?
If it is OK, I will push my patch with the followig.
diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst
index 769b8c9e4..c202778f5 100644
--- a/Test/Y01completion.ztst
+++ b/Test/Y01completion.ztst
@@ -348,7 +348,7 @@ F:regression test workers/31611
>NO:{path}
>NO:{paths}
- comptesteval 'zstyle -d ":completion:*:parameters" verbose'
+ comptesteval 'zstyle ":completion:*:parameters" verbose no'
comptest $': $ba\t'
0:parameter values not shown without verbose
>line: {: $ba}{}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author