ledger / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system
GNU General Public License v2.0
385 stars 75 forks source link

Completion on second word of payee name is incorrect #420

Closed bcc32 closed 6 months ago

bcc32 commented 6 months ago

For payees whose names have spaces, completion on the part of the payee after the first word is currently incorrect.

As an example, consider the following journal file:

payee Foo Bar
payee Bar Baz

2019/06/28 Foo B

Pressing TAB at the end of the buffer should complete to Foo Bar, but currently it completes on just Bar (so it becomes Foo Bar Baz, in most completion styles).