Skip to content

v1.3.0

Latest

Choose a tag to compare

@alerque alerque released this 03 Jan 14:50
· 5 commits to master since this release
46b4b11

What's Changed

  • Use strdisplaywidth() to calculate foldtext width by @ropery in #84
  • Fetch account list for completion from external command by @alerque in #78
  • Use ledger (not hledger) command argument by default by @alerque in #88
  • Include settings from g:ledger_date_format by @rohieb in #61
  • Cleanup vim and ledger version compatability by @alerque in #93
  • Fix comment syntax issues by @alerque in #94
  • Fix transaction_date_set example in doc by @aquilax in #98
  • Fix makeprg to work around ledger cli bug by @alerque in #100
  • Highlight TODO and FIXME keywords by @rohieb in #103
  • Improve register and reconcile format to support unicode by @kcwu in #105
  • Fix :make to use g:ledger_main by @artkpv in #101
  • Add function LedgerAlignBuffer by @sudoforge in #114
  • Allow aligning on beginning of commodity by @entropitor in #107
  • Properly escape paths so spaces don't error on load by @alerque in #119
  • Support to change individual posting's transaction state by @kcwu in #112
  • Fix space escaping in makeprg by @gregorias in #122
  • Overhaul documentation by @alerque in #118
  • Use given line no. to construct replacement text by @kanreki in #130
  • Support using gq (formatexpr) to align registers by @parmort in #133
  • Add features to facilitate multi-currency alignment by @alerque in #135
  • Return the correct indent when shiftwidth==0 by @cljoly in #137
  • Add HLedger compatible tag parsing by @alerque in #142
  • Provide more examples for doc of settings by @Flimm in #140
  • Adapt compiler to hledger by @Konfekt in #149
  • Fix for trailing CR character with omni completion on Windows. by @syringus in #152
  • Match (and ignore) balance assertions on postings in foldtext by @jmtd in #154
  • Improve errorformat for hledger by @lakshayg in #157
  • Enable account name completion using matchfuzzy by @lakshayg in #156
  • Align currency with no decimal point correctly by @RyanGibb in #160
  • Handle negative balance assertions in foldtext (#165) by @jmtd in #166
  • Fix ledger/vim-ledger issue #163 by disabling further option processing by @adamipc in #164

New Contributors

Full Changelog: v1.2.0...v1.3.0