diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:11:04 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:11:04 +0000 |
commit | 23ec7f2f973e977294181d0ad4a26fde3852d5ef (patch) | |
tree | 8cfe7a82978c727a6ce9cfeaabedcf2defdaa893 | |
parent | be62f4cffcd9a255133a79b24a6f1b85df248b79 (diff) | |
download | zsh-23ec7f2f973e977294181d0ad4a26fde3852d5ef.tar.gz zsh-23ec7f2f973e977294181d0ad4a26fde3852d5ef.tar.xz zsh-23ec7f2f973e977294181d0ad4a26fde3852d5ef.zip |
moved to Completion/X/Type/_x_modifier
-rw-r--r-- | Completion/X/_x_modifier | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/X/_x_modifier b/Completion/X/_x_modifier deleted file mode 100644 index a9276ab71..000000000 --- a/Completion/X/_x_modifier +++ /dev/null @@ -1,7 +0,0 @@ -#autoload - -local expl - -_description expl modifier -compadd "$@" "$expl[@]" -M 'm:{a-z}={A-Z}' - \ - Shift Lock Control Mod1 Mod2 Mod3 Mod4 Mod5 |