about summary refs log tree commit diff
path: root/Functions/Completion/_unhash
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_unhash')
-rw-r--r--Functions/Completion/_unhash6
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Completion/_unhash b/Functions/Completion/_unhash
new file mode 100644
index 000000000..fe40c25a2
--- /dev/null
+++ b/Functions/Completion/_unhash
@@ -0,0 +1,6 @@
+#defcomp unhash
+
+[[ -mword 1 -*d* ]] && complist -n
+[[ -mword 1 -*a* ]] && complist -a
+[[ -mword 1 -*f* ]] && complist -F
+[[ ! -mword 1 -* ]] && complist -m