Re: Bash skips empty lines when reading history file in multiline mode

2025-04-10 Thread Chet Ramey
On 4/4/25 4:18 PM, Jens Schmidt wrote: [bashbug output manually adapted to real version ...] Bash Version: 5.3 Commit: a6767763de5e7859107711b166a64a9e4a77a8ae Release Status: compiled from recent devel branch Description: Bash skips empty lines when reading history file in multiline mode

Re: Bash skips empty lines when reading history file in multiline mode

2025-04-09 Thread microsuxx
Release Status: compiled from recent devel branch > > > > > > Description: > >Bash skips empty lines when reading history file in multiline mode. > > This is a problem even if lithist isn't set -- it's not uncommon to have > blank lines in here-document

Re: Bash skips empty lines when reading history file in multiline mode

2025-04-07 Thread Jens Schmidt
el branch >> >> >> Description: >>    Bash skips empty lines when reading history file in multiline mode. > > This is a problem even if lithist isn't set -- it's not uncommon to have > blank lines in here-documents. Right, the lithist option has nothing to do wi

Re: Bash skips empty lines when reading history file in multiline mode

2025-04-07 Thread microsuxx
e: > >> On 4/4/25 4:18 PM, Jens Schmidt wrote: >> >> > [bashbug output manually adapted to real version ...] >> > Bash Version: 5.3 >> > Commit: a6767763de5e7859107711b166a64a9e4a77a8ae >> > Release Status: compiled from recent devel branch >&

Bash skips empty lines when reading history file in multiline mode

2025-04-04 Thread Jens Schmidt
branch Description: Bash skips empty lines when reading history file in multiline mode. Repeat-By: Start Bash as "bash --norc --noprofile". Then execute the following commands: - repro 1/2 - shopt -s cmdhist lithist HISTTIMEFOR