From dcd2c1676ce05d0622f8ca472ffa99a8c76ec342 Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sat, 6 Sep 2008 19:38:47 +0200 Subject: [PATCH] Added comment in code about #297065 --- bash_completion | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash_completion b/bash_completion index 79943dc1..44ca4a35 100644 --- a/bash_completion +++ b/bash_completion @@ -4250,6 +4250,8 @@ _longopt() 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