#compdef -k complete-word \C-xe

# Simple completion front-end implementing expansion.
#
# If configurations keys with the prefix `expandword_' are
# given they override those starting with `expand_'.

local curcontext="$curcontext"

[[ -z "$curcontext" ]] && curcontext=":expand-word"

_main_complete _expand
