I will definitely make use of account-name completion. To date I have been using whole line completion (^X^L). This is fine but normally requires backspacing over the amount and re-writing it.
Unfortunately most of my account names have spaces in them, and it looks like these do not yet work with your function. DN On Jun 22, 7:36 pm, Johann Klähn <[email protected]> wrote: > Hi all, > > as some of you might know I decided to work on the somewhat > underpowered ledger support in vim. > So far this led to a (nearly) complete rewrite of the foldtext > generation and my next step was to incorporate omni completion for > account names. > I have a preliminary version working and already found it to be very > useful. > > Have a look yourself:http://github.com/kljohann/ledger/tree/completion > > Or the actual > commit:http://github.com/kljohann/ledger/commit/1d6dbbe048c48ca7fc7bcafb1b8d... > (you'll find some more information including an example in the commit > message) > > Next step will be a completion for tags and the like. > But first things first. So tell me what you think could be improved/ > your first impressions.
