about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xCompletion/Zsh/Command/_zed7
1 files changed, 7 insertions, 0 deletions
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