]> Sergey Matveev's repositories - zsh-autoenv.git/commit
Handle `setopt shwordsplit` (#89)
authorDaniel Hahler <github@thequod.de>
Sat, 16 Dec 2017 00:09:41 +0000 (01:09 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 00:09:41 +0000 (01:09 +0100)
commit2c8cfbcea8e7286649840d7ec98d7e9d5e1d45a0
treeedb4d837ad4a34b9b483709c6716d41df9f6f865
parent0bb85014e6bb4415ec19dd13ef7ae361a9f1e5b9
Handle `setopt shwordsplit` (#89)

This uses `emulate -L zsh` (as a more broad approach to `setopt
localtoptions noshwordsplit`, or quoting things) in the entry points to
zsh-autoenv.

Fixes https://github.com/Tarrasch/zsh-autoenv/issues/75
autoenv.zsh
tests/ZDOTDIR.options/.zshenv
tests/_autoenv_utils.t
tests/setup.zsh
tests/source-parent-until.t