bug-readline
[Top][All Lists]
Advanced

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

Tab expansion of filename starting with = is wrong


From: Martin Castillo
Subject: Tab expansion of filename starting with = is wrong
Date: Tue, 9 Apr 2024 16:08:49 +0200
User-agent: Mozilla Thunderbird

Hi,
in bash I noticed this problem:
$ echo foo >=1.2
$ ls =[TAB]
# ends up with
$ ls =\=1.2
ls: cannot access '==1.2': No such file or directory

Readline should set the line to either
$ ls =1.2
or
$ ls \=1.2


readline 8.2.010-1
bash 5.2.26(1)-release



reply via email to

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