mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-17 12:41:14 +02:00
new _zed
This commit is contained in:
parent
cbba9da870
commit
c6686513ef
1 changed files with 7 additions and 0 deletions
7
Completion/Zsh/Command/_zed
Executable file
7
Completion/Zsh/Command/_zed
Executable file
|
@ -0,0 +1,7 @@
|
|||
#compdef zed fned
|
||||
|
||||
case $service in
|
||||
(fned) _arguments ':shell function:_functions';;
|
||||
(zed) _arguments '(-):file:_files' \
|
||||
'(:)-f[edit function]:shell function:_functions';;
|
||||
esac
|
Loading…
Reference in a new issue