We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0194 commit 0a4c0f8Copy full SHA for 0a4c0f8
autoload/ledger.vim
@@ -570,8 +570,8 @@ function! ledger#output(report)
570
nnoremap <silent> <buffer> <tab> <c-w><c-p>
571
nnoremap <silent> <buffer> q <c-w><c-p>@=winnr("#")<cr><c-w>c
572
" Add some coloring to the report
573
- syntax match LedgerNumber /-\@1<!\d\+\([,.]\d\+\)\+/
574
- syntax match LedgerNegativeNumber /-\d\+\([,.]\d\+\)\+/
+ syntax match LedgerNumber /-\@1<!\d\+\([,.]\d\+\)*/
+ syntax match LedgerNegativeNumber /-\d\+\([,.]\d\+\)*/
575
syntax match LedgerImproperPerc /\d\d\d\+%/
576
return 1
577
endf
0 commit comments