it doesn’t have this issue, but it would be good to align bash with the
other
shells in this regard.
Mohamed
> On May 20, 2024, at 5:51 PM, Chet Ramey wrote:
>
> On 5/20/24 9:34 AM, Mohamed Akram wrote:
>> Is there a way to disable this feature, at least in vi mode?
>
>
Is there a way to disable this feature, at least in vi mode?
> On May 20, 2024, at 5:27 PM, Chet Ramey wrote:
>
> On 5/18/24 5:28 PM, mohd.ak...@outlook.com wrote:
>
>> Bash Version: 5.2
>> Patch Level: 26
>> Release Status: release
>> Description:
>> When using vi mode in bash, whenever a
Bash version: GNU bash, version 5.0.7(1)-release (x86_64-apple-darwin18.5.0)
Example:
shopt -s nullglob
a='\x30'
echo $a
Expected output:
\x30
Actual output: