ledger / vim-ledger

Vim plugin for Ledger
GNU General Public License v2.0
372 stars 55 forks source link

Does autocompletion work for account names with spaces? #124

Open Flimm opened 3 years ago

Flimm commented 3 years ago

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?

alerque commented 3 years ago

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.