ledger/lisp
Matus Goljer 758a224131 Fix amount-regex to properly capture integer part.
If the integer part was 2 digits, because the integer part was
non-greedy, it only captured as much as necessary, namely one digit.
The other digit was captured by the 5th group's [:word:] not 4th because
that one is also optional.  This results in incorrect reporting of
amount length and broken aligning.

Also move the decimal dot matching from 3rd group to 4th, and quote the
dot.
2015-09-21 21:21:31 +02:00
..
CMakeLists.txt Merge commit 'b58a872fba7909371d47bc2eb8468e5ba82cfac0' 2014-09-22 22:18:25 -07:00
ledger-commodities.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-complete.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-context.el [emacs] Fix bug 1108, enabling correct account context. 2015-03-23 23:47:42 +01:00
ledger-exec.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-fontify.el fontify recurring transaction in ledger-mode [ci skip] 2015-09-18 09:31:04 -04:00
ledger-fonts.el Bump copyright notice to 2015 2014-12-27 11:24:55 +01:00
ledger-init.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-mode.el Bind M-q to ledger-post-align-dwim. 2015-09-19 13:58:16 +02:00
ledger-navigate.el fontify recurring transaction in ledger-mode [ci skip] 2015-09-18 09:31:04 -04:00
ledger-occur.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-post.el Add a function to "dwim" align. 2015-09-19 13:57:13 +02:00
ledger-reconcile.el [emacs] Fix bug 1060. 2015-04-05 16:00:15 +02:00
ledger-regex.el Fix amount-regex to properly capture integer part. 2015-09-21 21:21:31 +02:00
ledger-report.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-schedule.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-sort.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-state.el [emacs] C-x h M-x untabify RET 2015-02-10 21:42:50 +01:00
ledger-test.el Bump copyright notice to 2015 2014-12-27 11:24:55 +01:00
ledger-texi.el Bump copyright notice to 2015 2014-12-27 11:24:55 +01:00
ledger-xact.el Fix xact-find-slot at end of buffer 2015-08-22 15:27:00 -07:00