| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Initial test data for the non-profit-audit-reports contrib application. | Bradley M. Kuhn | 2012-09-06 | 3 | -0/+26 |
* | | contrib/non-profit-audit-reports/ directory will be a small GPLv3'd application. | Bradley M. Kuhn | 2012-09-06 | 2 | -0/+688 |
|/ |
|
* | vim. small fixes for syntax highlighting | Johann Klähn | 2012-04-22 | 1 | -4/+5 |
* | vim. add indent file | Johann Klähn | 2012-04-22 | 1 | -0/+46 |
* | vim. update syntax file | Johann Klähn | 2012-04-22 | 1 | -9/+22 |
* | vim. set commentstring | Johann Klähn | 2012-04-22 | 1 | -1/+2 |
* | vim. fix handling of automated/recurring xacts | Johann Klähn | 2011-07-31 | 1 | -7/+12 |
* | vim. improve completion and cache invalidation | Johann Klähn | 2011-07-31 | 1 | -10/+41 |
* | vim. allow cleared state for single postings | Johann Klähn | 2011-07-31 | 1 | -5/+10 |
* | vim. add completion cache and payee completion | Johann Klähn | 2011-05-09 | 1 | -32/+82 |
* | vim. update documentation somewhat | Johann Klähn | 2011-05-09 | 3 | -43/+20 |
* | vim. correctly parse first lines of transactions | Johann Klähn | 2011-05-09 | 1 | -4/+14 |
* | vim. fix highlighting of accounts | Vladimir Parfinenko | 2011-02-27 | 1 | -1/+1 |
* | vim. fix unset completion type | Johann Klähn | 2011-01-04 | 1 | -0/+1 |
|\ |
|
| * | vim. add syntax highlighting for tag/pop | Johann Klähn | 2010-06-11 | 1 | -2/+12 |
* | | vim. highlight typed tags | Johann Klähn | 2010-10-07 | 1 | -2/+4 |
* | | vim. parse comments at eol in parse_body() | Johann Klähn | 2010-09-15 | 1 | -13/+18 |
* | | vim. highlight metadata on same line as posting | Johann Klähn | 2010-09-15 | 1 | -1/+1 |
* | | vim. fix off-by-one bug in ToggleTransactionState | Johann Klähn | 2010-09-15 | 1 | -1/+1 |
* | | vim. fix issue with description in from_lnum() | Johann Klähn | 2010-09-15 | 1 | -3/+4 |
* | | vim. fix highlighting of comments at end of line | Johann Klähn | 2010-09-13 | 1 | -1/+2 |
* | | vim. change syntax file to allow comments at eol | Johann Klähn | 2010-09-13 | 1 | -31/+24 |
* | | vim. remove tag completion for now | Johann Klähn | 2010-09-12 | 1 | -64/+5 |
* | | vim. avoid misinterpretion of 1 char words | Johann Klähn | 2010-09-12 | 1 | -1/+1 |
* | | vim. check for most common case first (parse_body) | Johann Klähn | 2010-09-08 | 1 | -7/+7 |
* | | vim. add LedgerToggleTransactionState() | Johann Klähn | 2010-09-08 | 1 | -6/+31 |
* | | vim. make sure cursor/line is on a transaction | Johann Klähn | 2010-09-08 | 1 | -0/+5 |
* | | vim. update s:get_columns() | Johann Klähn | 2010-09-08 | 1 | -8/+16 |
* | | vim. get transactions in a range of lines | Johann Klähn | 2010-09-08 | 1 | -0/+35 |
* | | vim. fix return type of s:transaction.from_lnum() | Johann Klähn | 2010-09-08 | 1 | -2/+2 |
* | | vim. add function to parse postings | Johann Klähn | 2010-09-08 | 1 | -0/+75 |
* | | vim. add case of automatic transactions | Johann Klähn | 2010-09-08 | 1 | -2/+17 |
* | | vim. reimplement function to change state | Johann Klähn | 2010-09-08 | 1 | -1/+14 |
* | | vim. allow use of 0 as timestamp | Johann Klähn | 2010-09-08 | 1 | -1/+1 |
* | | vim. add function to modify actual/effective date | Johann Klähn | 2010-09-08 | 1 | -0/+35 |
* | | vim. introduce basic transaction 'class'/concept | Johann Klähn | 2010-09-08 | 1 | -27/+54 |
* | | vim. add function to change item state ~ reconcile | Johann Klähn | 2010-09-07 | 1 | -0/+35 |
* | | vim. use ledger print as 'formatprg' | Johann Klähn | 2010-09-07 | 2 | -7/+18 |
* | | vim. display warning messages in quickfix window | Johann Klähn | 2010-08-14 | 1 | -2/+3 |
* | | vim. add syntax highlighting for tag/pop | Johann Klähn | 2010-06-11 | 1 | -2/+12 |
|/ |
|
* | vim. ledger command can be changed | Johann Klähn | 2010-02-22 | 1 | -2/+11 |
* | vim. Add quickfix support | Johann Klähn | 2010-02-21 | 2 | -1/+23 |
* | vim. polish syntax highlighting | Johann Klähn | 2010-02-21 | 1 | -7/+18 |
* | Merge commit 'kljohann/master' into next | John Wiegley | 2009-06-29 | 2 | -15/+242 |
|\ |
|
| * | vim. remove old completion by keyword | Johann Klähn | 2009-06-29 | 1 | -5/+1 |
| * | vim. Update README | Johann Klähn | 2009-06-29 | 1 | -9/+52 |
| * | Fix account completion for virtual transactions | Johann Klähn | 2009-06-29 | 1 | -1/+6 |
| * | vim. list 'deeper' entries first (completion) | Johann Klähn | 2009-06-29 | 1 | -0/+39 |
| * | vim. some refactoring | Johann Klähn | 2009-06-29 | 1 | -11/+20 |
| * | vim. basic support for tag completion | Johann Klähn | 2009-06-29 | 1 | -11/+44 |