Hello all

I want to use vim function LedgerSort on my file to sort transactions.
>From testing i have done, i see that sorting changes dates to default 
format: i use d/m/y and this changes  to y/m/d.
Is there a way to keep my date format with LedgerSort?

My .vimrc LedgerSort configuration:

   function LedgerSort()
    :%! ledger -f - print --sort 'date, amount'
    :%LedgerAlign
endfunction
command LedgerSort call LedgerSort()



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/2d5aa24a-cef9-4ba3-839c-953773bac6b6o%40googlegroups.com.

Reply via email to