diff options
author | Marc Cornellà <marc.cornella@live.com> | 2014-12-20 20:35:52 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-02-10 19:18:15 +0100 |
commit | 999bab187c0a59301f4055fb6239a5352d3c96ab (patch) | |
tree | e1025bfe5020853de260225dda5505a337b86b1f /.gitignore | |
parent | e93fd939adb69a498ba1296b1ce0c99786e26084 (diff) | |
download | zsh-999bab187c0a59301f4055fb6239a5352d3c96ab.tar.gz zsh-999bab187c0a59301f4055fb6239a5352d3c96ab.tar.bz2 zsh-999bab187c0a59301f4055fb6239a5352d3c96ab.zip |
Emulate zsh in zlewidgets instead of static setopt command
This way the user can keep their preferred pushd syntax while enabling
us to use a standard syntax in our defined functions.
To explain further, without a clear value on the PUSHD_MINUS option, we
could be changing the +1/-0 values all we want, that some user would
find that it didn't work for him.
We have two options, then:
- Setting a particular value, which was my first approach.
- Using `emulate -L zsh` to ensure all options defined in the function's
body won't be passed along to the main zsh instance.
For more info see:
http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html#index-emulate
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions