about summary refs log tree commit diff
path: root/Completion/Base/_condition
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/_condition')
-rw-r--r--Completion/Base/_condition10
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Base/_condition b/Completion/Base/_condition
new file mode 100644
index 000000000..3e45e1b8f
--- /dev/null
+++ b/Completion/Base/_condition
@@ -0,0 +1,10 @@
+#defcomp -condition-
+
+if [[ -current -1 -o ]]; then
+  complist -o -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}'
+elif [[ -current -1 -nt || -current -1 -ot || -current -1 -ef ]]; then
+  _files
+else
+  _files
+  complist -v
+fi