I bumped into this problem regarding bash completion, can't find reference to it.
When doing
$ echo foo "bar" /tm<TAB>
I got /tm expanded to /tmp/ that is indeed correct.
But if I do
$ echo foo "bar
more bar" /tm<TAB>
No completion is done. My question is doest this behavior a feature or a bug?
My bash version is
GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Thanx in advance.