[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-124-g976ba44

Ville Skyttä ville.skytta at iki.fi
Mon Apr 25 12:53:41 UTC 2011


The following commit has been merged in the master branch:
commit b029dfd8238e3eb9071ed64b9789a1e60a1e6f7b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 25 15:21:53 2011 +0300

    Add some screen option non-completions.

diff --git a/completions/screen b/completions/screen
index 7c405c3..f66f17f 100644
--- a/completions/screen
+++ b/completions/screen
@@ -50,6 +50,9 @@ _screen()
             _terms
             return 0
             ;;
+        -e|-h|-p|-S|-t)
+            return 0
+            ;;
     esac
 
     if [[ "$cur" == -* ]]; then

-- 
bash-completion



More information about the Bash-completion-commits mailing list