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

Ville Skyttä ville.skytta at iki.fi
Mon Jun 8 18:41:27 UTC 2009


The following commit has been merged in the master branch:
commit d677dfe33b019bcab2d87ee38760350de5789d1e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Jun 8 21:41:22 2009 +0300

    Add _split_longopt TODOs.

diff --git a/contrib/rsync b/contrib/rsync
index 840a951..c7f197f 100644
--- a/contrib/rsync
+++ b/contrib/rsync
@@ -6,6 +6,8 @@
 have rsync &&
 _rsync()
 {
+	# TODO: _split_longopt
+
 	local cur prev shell i userhost path
 
 	COMPREPLY=()
diff --git a/contrib/xm b/contrib/xm
index ebf67e9..6474321 100644
--- a/contrib/xm
+++ b/contrib/xm
@@ -16,6 +16,8 @@ _xen_domain_ids()
 
 _xm()
 {
+	# TODO: _split_longopt
+
 	local cur prev command options
 
 	COMPREPLY=()

-- 
bash-completion



More information about the Bash-completion-commits mailing list