bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] Completing A=<TAB> doubles the A


From: Дилян Палаузов
Subject: [Bug-readline] Completing A=<TAB> doubles the A
Date: Wed, 04 Sep 2019 11:21:03 +0000
User-agent: Evolution 3.34.0

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
  Дилян




reply via email to

[Prev in Thread] Current Thread [Next in Thread]