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
The entry front-end was buggy because of how it escaped the query. It
was fixed by refactoring to use `systemlist(s:ledger_cmd())` instead of
`read !` with `shellescape()`.
If the call to `ledger entry` fails, it echoes the failure message, and
leaves the input query to be amended by the user.
0 commit comments