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
This commit detect the location of the decimal point consistently in the
following circumstances (given g:ledger_decimal_sep='.'):
-30 = 0
456.78
It uses the decimal point location if it can be found, and if it cannot,
it uses the first character after the first group of digits.
0 commit comments