about summary refs log tree commit diff
path: root/Completion/Commands/_history_complete_word
blob: 76cad470f11f0e502ce9c74f8470644c8634a3d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#compdef -k complete-word \e/

local expl

if [[ -n "$compconfig[history_sort]" ]]; then
  _description expl 'history word'
else
  _description -V expl 'history word'
fi
compgen "$expl[@]" -Q -H 0 ''