Added comment in code about #297065

This commit is contained in:
David Paleino 2008-09-06 19:38:47 +02:00
parent 83576a2849
commit dcd2c1676c

View File

@ -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