diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-06 13:01:51 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-06 13:01:51 +0000 |
commit | cb4bb129dd143255a582ddd203baa73d3dcc1db7 (patch) | |
tree | 9edc79a76c65821dfabccdb6a13f7c6e6adbc7e9 /Completion/Builtins/_popd | |
parent | 2f2a33b2ea949a15d0e50678a495803bf8c07ef4 (diff) | |
download | zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.tar.gz zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.tar.xz zsh-cb4bb129dd143255a582ddd203baa73d3dcc1db7.zip |
more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917)
Diffstat (limited to 'Completion/Builtins/_popd')
-rw-r--r-- | Completion/Builtins/_popd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Builtins/_popd b/Completion/Builtins/_popd index ff9ede12e..f551bb299 100644 --- a/Completion/Builtins/_popd +++ b/Completion/Builtins/_popd @@ -5,7 +5,7 @@ # way round if pushdminus is set). Note that this function is also called # from _cd for cd and pushd. -setopt extendedglob nonomatch +setopt localoptions nonomatch local expl list lines revlines disp |