[PATCH 2/2] <<# indent-stripping heredoc: indented printing

2023-07-13 Thread Grisha Levit
Enable prettier-printing of <<# heredocs by printing the body indented one level further than surrounding text and the final delimiter at the same indentation level as the surrounding text. 0002-indent-stripping-heredoc-indented-printing.patch Description: Binary data

[PATCH 1/2] <<# indent-stripping heredoc

2023-07-13 Thread Grisha Levit
This patch implements the ksh93-style <<# redirection operator to enable indentatable heredocs. This (or similar) functionality has been requested a few times, most recently discussed at https://lists.gnu.org/archive/html/bug-bash/2021-09/msg0.html The behavior for heredocs started with the <