[yoda-svn] yoda: Make completion understand yoda.gz file extension

YODA Mercurial yoda at projects.hepforge.org
Tue Sep 26 17:15:01 BST 2017


details:   https://yoda.hepforge.org/hg/yoda/rev/6d63042b6c1e
branches:  
changeset: 1406:6d63042b6c1e
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Sep 26 17:09:27 2017 +0100
description:
Make completion understand yoda.gz file extension

diffs (truncated from 92 to 50 lines):

--- a/bin/yoda-completion	Tue Sep 19 21:41:30 2017 +0100
+++ b/bin/yoda-completion	Tue Sep 26 17:09:27 2017 +0100
@@ -64,7 +64,7 @@
         if test -n "$COMPREPLY"; then return 0; fi
     fi
 
-    _filedir yoda
+    _filedir "yoda|yoda.gz"
     return 0
 }
 
@@ -88,7 +88,7 @@
         if test -n "$COMPREPLY"; then return 0; fi
     fi
 
-    _filedir yoda
+    _filedir "yoda|yoda.gz"
     return 0
 }
 
@@ -112,7 +112,7 @@
         if test -n "$COMPREPLY"; then return 0; fi
     fi
 
-    _filedir yoda
+    _filedir "yoda|yoda.gz"
     return 0
 }
 
@@ -136,7 +136,7 @@
         if test -n "$COMPREPLY"; then return 0; fi
     fi
 
-    _filedir yoda
+    _filedir "yoda|yoda.gz"
     return 0
 }
 
@@ -218,7 +218,7 @@
         if test -n "$COMPREPLY"; then return 0; fi
     fi
 
-    _filedir yoda
+    _filedir "yoda|yoda.gz"
     return 0
 }
 
@@ -244,7 +244,7 @@
     fi
     if test -n "$COMPREPLY"; then return 0; fi


More information about the yoda-svn mailing list