mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
Add missing quote.
This commit is contained in:
parent
ad6268466c
commit
29f0d4d00f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user