diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Builtins/_zstyle | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7890e6db3..a98559f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-27 Bart Schaefer <schaefer@zsh.org> + + * 132xx: Completion/Builtins/_zstyle: Add missing quote. + 2000-11-27 Sven Wischnowsky <wischnow@zsh.org> * 13199: .cvsignore, Completion/User/_gprof: pattern-fix in diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 654f314e7..6a6d5787d 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -294,7 +294,7 @@ while [[ -n $state ]]; do ;; insunambig) - _wanted values expl 'insert unambiguous string compadd true false pattern + _wanted values expl 'insert unambiguous string' compadd true false pattern ;; urgh) |