diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:11 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:30:11 +0000 |
commit | d46b7063b35ab6b3d16b34535d92a483e0367ae5 (patch) | |
tree | 8259de96f98613d8fa91d5f1388a3879a8871489 /Completion/Builtins | |
parent | c0d6a36596443daa4c708820230bab3d3caeb2c0 (diff) | |
download | zsh-d46b7063b35ab6b3d16b34535d92a483e0367ae5.tar.gz zsh-d46b7063b35ab6b3d16b34535d92a483e0367ae5.tar.xz zsh-d46b7063b35ab6b3d16b34535d92a483e0367ae5.zip |
moved to Completion/Zsh/Command/_set
Diffstat (limited to 'Completion/Builtins')
-rw-r--r-- | Completion/Builtins/_set | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Builtins/_set b/Completion/Builtins/_set deleted file mode 100644 index 5597025bc..000000000 --- a/Completion/Builtins/_set +++ /dev/null @@ -1,7 +0,0 @@ -#defcomp set - -if [[ -mcurrent -1 [-+]o ]]; then - complist -o -elif [[ -current -1 -A ]]; then - complist -A -fi |