>>>>> Hsiu-Khuern Tang <[email protected]> writes:
> Related question: is there a way to specify that ledger should not reformat > comments? In other words: > 1. if the comment is on the same line as the account, such as Expenses $10 ; > very long comment on this account that exceeds the width > then the comment should NOT be wrapped; and For this behavior, use --columns=999 > 2. if the comment is on the following line, such as Expenses $10 > ; short comment > then it should not be combined with the previous line. I've implemented this today. Ledger will no longer move separate-line comments associated with an item to the end of that item. John
