Added comment in code about #297065
This commit is contained in:
parent
83576a2849
commit
dcd2c1676c
@ -4250,6 +4250,8 @@ _longopt()
|
|||||||
opt=${opt%\\*}
|
opt=${opt%\\*}
|
||||||
cur=${cur#*=}
|
cur=${cur#*=}
|
||||||
_filedir
|
_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))
|
COMPREPLY=( $( compgen -P "$opt=" -W '${COMPREPLY[@]}' -- $cur))
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user