summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Restored --download, although not done yetJohn Wiegley2009-06-241-1/+4
| | | | | | The problem at this point is that it's recording prices in the price database multiple times; it should only need to download a price for each commodity once per day.
* vim: highlight account namesJohann Klähn2009-06-172-5/+11
| | | | | | | | | This helps to avoid confusion when an account is not seperated from the amount by two spaces or a tab but only by one space. In these cases the amount will now be highlighted as if it belongs to the account name. Thanks to user 'plaindocs' for reporting this.
* ledger.vim: split into multiple filesJohann Klähn2009-06-152-59/+79
| | | | for better extendability
* ledger.vim: use full width, not only 80 charsJohann Klähn2009-06-121-35/+85
| | | | | | | | | Also add option g:ledger_maxwidth to provide old behaviour by putting a line like this in .vimrc: let g:ledger_maxwidth = 80 I think that it would make sense to put all the functions and everything that has to do with foldtext in ftplugin/ledger.vim
* Johann Klähn: Updated ledger.vim to 0.0.5John Wiegley2009-03-261-3/+6
|
* Johann Klähn: Added metadata support for ledger.vimJohn Wiegley2009-03-241-17/+33
|
* The Great Renaming, Part IIJohn Wiegley2009-02-234-60/+60
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Added new contrib/getquote-uk.py scriptMark Carter2009-02-231-0/+23
|
* Moved scripts from contrib/scripts/ into contrib/John Wiegley2009-02-2311-0/+0
|
* Added a repl.sh sample script to the contrib/ directory.John Wiegley2009-02-041-0/+13
|
* Updated ledger.vim to the latest version.John Wiegley2009-01-281-16/+25
|
* Added code for the csv2ledger parser that I use personally.John Wiegley2008-08-083-0/+353
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-0512-0/+239
is in doc/, etc.