Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bashcompinit: sourcing /etc/bash_completion
On Jun 11, 7:15pm, Daniel Hahler wrote:
}
} > }
} > } local cword words=()
}
} > Well, that's unfortunate. In zsh "local" is not a special token, so the
} > arguments are parsed as normal shell words, so you cannot have an array
} > initialization as part of a "local" declaration.
}
} Could this be easily improved, without breaking backward-compatibility?
If it could be easily improved, it would have been changed years ago.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author