From c6686513ef7eb29cbe4ed4cc27076d13b2e02ab5 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:45:05 +0000 Subject: new _zed --- Completion/Zsh/Command/_zed | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Completion/Zsh/Command/_zed diff --git a/Completion/Zsh/Command/_zed b/Completion/Zsh/Command/_zed new file mode 100755 index 000000000..184234b02 --- /dev/null +++ b/Completion/Zsh/Command/_zed @@ -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 -- cgit 1.4.1