You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where completion includes following accounts.
Suppose we have the ledger file below:
2015/07/16 payee
act1:liabilities:card1 $15
expenses:misc
2015/07/16 payee2
act2:liabilities:card2 $15
expenses:misc
When completing "a:li:card1", the completion function will return both
"act1:liabilities:card1" and "act2". The account "act2" is included because it
is using the exact value from the previous "act1:liabilities:card1" match.
0 commit comments