Re: count in vi mode alters prompt

2025-05-15 Thread Mohamed Akram
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? > >

Re: count in vi mode alters prompt

2024-05-20 Thread Mohamed Akram
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

Setting nullglob causes variables containing backslashes to be expanded to an empty string

2019-08-06 Thread Mohamed Akram
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: