1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-11 01:36:03 +02:00

_comp_options needs NO_kshtypeset

This commit is contained in:
Bart Schaefer 2004-10-22 15:51:48 +00:00
parent feca88ede6
commit 12b44290ff
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-22 Bart Schaefer <schaefer@zsh.org>
* unposted (based on 20514): Completion/compinit: _comp_options
needs to include NO_kshtypeset.
2004-10-22 Peter Stephenson <pws@csr.com>
* 20513: Src/pattern.c, Test/D02glob.ztst: tests of zero length

View File

@ -140,6 +140,7 @@ _comp_options=(
NO_shglob
NO_kshglob
NO_ksharrays
NO_kshtypeset
NO_cshnullglob
NO_allexport
NO_aliases