From c6f9f6e736b68a0f20d80593d6a4c5803531c98b Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:15:38 +0000 Subject: moved to Completion/Base/Widget/_expand_word --- Completion/Commands/_expand_word | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Completion/Commands/_expand_word 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 -- cgit 1.4.1