[Bash-completion-commits] ./current r1177: Added comment in code about #297065

David Paleino d.paleino at gmail.com
Sat Sep 6 17:38:47 UTC 2008


------------------------------------------------------------
revno: 1177
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sat 2008-09-06 19:38:47 +0200
message:
  Added comment in code about #297065
modified:
  bash_completion
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-09-06 17:28:52 +0000
+++ b/bash_completion	2008-09-06 17:38:47 +0000
@@ -4250,6 +4250,8 @@
 		opt=${opt%\\*}
 		cur=${cur#*=}
 		_filedir
+		# FIXME: see #297065... adding "-o nospace" (or $nospace),
+		# should do the trick, but seems not working... ideas?
 		COMPREPLY=( $( compgen -P "$opt=" -W '${COMPREPLY[@]}' -- $cur))
 		return 0
 	fi



More information about the Bash-completion-commits mailing list