Hello,

I use bash 5.0.11 with readline 8.0.1 . My .inputrc file contains:

set bell-style visible
set colored-stats
set input-meta On
set mark-symlinked-directories
set show-all-if-unmodified
set visible-stats On
set colored-completion-prefix on

I do
$ mkdir A
$ cd A
$ mkdir A=B
$ touch A=B.C
$ ls A=<TAB>

here readline completes to
$ ls A=A\=B
which is wrong.

Greetings
  Дилян


_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to