[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e7494cf065d1988db6cefad51cd909214e966ba2

Ville Skyttä ville.skytta at iki.fi
Sat Oct 23 10:10:31 UTC 2010


The following commit has been merged in the master branch:
commit 4bcd37d800bcb7cfeb187c78dba64961c3319adb
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 23 12:48:53 2010 +0300

    Add wodim minbuf= completion.

diff --git a/completions/wodim b/completions/wodim
index 71b1e11..0abb6e0 100644
--- a/completions/wodim
+++ b/completions/wodim
@@ -38,6 +38,11 @@ _cdrecord()
                 COMPREPLY=( $( compgen -W "$( $1 driver=help 2>&1 | \
                     awk 'NR > 1 { print $1 }' ) help" -- "$cur" ) )
                 ;;
+            minbuf)
+                compopt +o nospace &>/dev/null
+                COMPREPLY=( $( compgen -W "$( seq 25 95 2>/dev/null )" \
+                    -- "$cur" ) )
+                ;;
         esac
         return 0
     fi

-- 
bash-completion



More information about the Bash-completion-commits mailing list