The following commit has been merged in the master branch:
commit b029dfd8238e3eb9071ed64b9789a1e60a1e6f7b
Author: Ville Skyttä <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to