mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
This commit is contained in:
parent
4e4a8475fb
commit
9dd13ac83f
2 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ _comp_options=(
|
|||
NO_allexport
|
||||
NO_aliases
|
||||
NO_errexit
|
||||
NO_octalzeroes
|
||||
)
|
||||
|
||||
# And this one should be `eval'ed at the beginning of every entry point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue