03f15c4495
[zlogin] zcompare fasd and all functions [fasd] trim non-zsh options [fasd] merge PR #75 from clvv/fasd [fasd] partial merge PR #77 from clvv/fasd This closes #24
5 lines
174 B
Text
5 lines
174 B
Text
# zsh command mode completion
|
|
local compl
|
|
read -c compl
|
|
(( $+compstate )) && compstate[insert]=menu # no expand if compsys loaded
|
|
reply=(${(f)"$(fasd --complete "$compl")"})
|