Add missing quote.

This commit is contained in:
Bart Schaefer 2000-11-27 16:52:58 +00:00
parent ad6268466c
commit 29f0d4d00f
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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)