about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:15:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:15:54 +0000
commitfe4fed2195add78f4f4be8e52f3b5c2e83fb34fe (patch)
tree26612d604c9cacd0d43d134ecae65231e7cf2474 /Completion/Commands
parent3b97ef45e58ab19801ab12a226d5db7089f519e8 (diff)
downloadzsh-fe4fed2195add78f4f4be8e52f3b5c2e83fb34fe.tar.gz
zsh-fe4fed2195add78f4f4be8e52f3b5c2e83fb34fe.tar.xz
zsh-fe4fed2195add78f4f4be8e52f3b5c2e83fb34fe.zip
moved to Completion/Base/Widget/_generic
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_generic11
1 files changed, 0 insertions, 11 deletions
diff --git a/Completion/Commands/_generic b/Completion/Commands/_generic
deleted file mode 100644
index 9a6b4401f..000000000
--- a/Completion/Commands/_generic
+++ /dev/null
@@ -1,11 +0,0 @@
-#autoload
-
-local curcontext="$curcontext"
-
-if [[ -z "$curcontext" ]]; then
-  curcontext="${WIDGET}:::"
-else
-  curcontext="${WIDGET}:${curcontext#*:}"
-fi
-
-_main_complete