vim-ledger icon indicating copy to clipboard operation
vim-ledger copied to clipboard

Does autocompletion work for account names with spaces?

Open Flimm opened this issue 2 years ago • 1 comments

I'm using hledger, which support account names with spaces in them. It seems to me that this plugin, vim-ledger, doesn't support account names with spaces in them. It will only only ever complete one word. Is this correct?

Flimm avatar Sep 15 '21 18:09 Flimm

That sounds like it is probably true, at least when you use it for parsing it's own accounts. You might be able to get around this by having hledger or another command generate the list of completions (which this also supports).

I'd be happy to accept a PR that parsed the available account list the way ledger/hledger does.

alerque avatar Sep 17 '21 15:09 alerque