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:38 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:15:38 +0000
commitc6f9f6e736b68a0f20d80593d6a4c5803531c98b (patch)
tree8815cf4a6ef8951c1cab05aa6e8a42d4335914a5 /Completion/Commands
parent3f7c2e25905cbbd83d5b09c3471c1134a7cb7d8f (diff)
downloadzsh-c6f9f6e736b68a0f20d80593d6a4c5803531c98b.tar.gz
zsh-c6f9f6e736b68a0f20d80593d6a4c5803531c98b.tar.xz
zsh-c6f9f6e736b68a0f20d80593d6a4c5803531c98b.zip
moved to Completion/Base/Widget/_expand_word
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_expand_word15
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/Commands/_expand_word b/Completion/Commands/_expand_word
deleted file mode 100644
index 48ce87ede..000000000
--- a/Completion/Commands/_expand_word
+++ /dev/null
@@ -1,15 +0,0 @@
-#compdef -K _expand_word complete-word \C-xe _list_expansions list-choices \C-xd
-
-# Simple completion front-end implementing expansion.
-
-setopt localoptions ${_comp_options[@]}
-
-local curcontext="$curcontext"
-
-if [[ -z "$curcontext" ]]; then
-  curcontext="expand-word:::"
-else
-  curcontext="expand-word:${curcontext#*:}"
-fi
-
-_main_complete _expand