ledger / vim-ledger

Vim plugin for Ledger
GNU General Public License v2.0
370 stars 56 forks source link

fix: foldtext: Match (and ignore) balance assertions on postings #154

Closed jmtd closed 4 months ago

jmtd commented 5 months ago

Match an optional balance assertion on postings in a transaction and make sure we ignore them when generating foldtext. E.g.

some:account        £ X = £ Y

Where X is the posting value and Y the balance assertion, match and ignore Y.

Fixes #153.