1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 06:20:55 +01:00

19767, 19785: store flags for -z and -k options to autoload allowing the

completion system to be used with ksh_autoload set
This commit is contained in:
Oliver Kiddle 2004-04-20 12:11:13 +00:00
parent 8c890ebe7f
commit ca0deae382
13 changed files with 116 additions and 80 deletions

View file

@ -168,5 +168,5 @@ complete() {
}
unfunction bashcompinit
autoload -U bashcompinit
autoload -Uz bashcompinit
return 0