summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* vim. fix unset completion typeJohann Klähn2011-01-041-0/+1
|\
| * vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
* | vim. highlight typed tagsJohann Klähn2010-10-071-2/+4
* | vim. parse comments at eol in parse_body()Johann Klähn2010-09-151-13/+18
* | vim. highlight metadata on same line as postingJohann Klähn2010-09-151-1/+1
* | vim. fix off-by-one bug in ToggleTransactionStateJohann Klähn2010-09-151-1/+1
* | vim. fix issue with description in from_lnum()Johann Klähn2010-09-151-3/+4
* | vim. fix highlighting of comments at end of lineJohann Klähn2010-09-131-1/+2
* | vim. change syntax file to allow comments at eolJohann Klähn2010-09-131-31/+24
* | vim. remove tag completion for nowJohann Klähn2010-09-121-64/+5
* | vim. avoid misinterpretion of 1 char wordsJohann Klähn2010-09-121-1/+1
* | vim. check for most common case first (parse_body)Johann Klähn2010-09-081-7/+7
* | vim. add LedgerToggleTransactionState()Johann Klähn2010-09-081-6/+31
* | vim. make sure cursor/line is on a transactionJohann Klähn2010-09-081-0/+5
* | vim. update s:get_columns()Johann Klähn2010-09-081-8/+16
* | vim. get transactions in a range of linesJohann Klähn2010-09-081-0/+35
* | vim. fix return type of s:transaction.from_lnum()Johann Klähn2010-09-081-2/+2
* | vim. add function to parse postingsJohann Klähn2010-09-081-0/+75
* | vim. add case of automatic transactionsJohann Klähn2010-09-081-2/+17
* | vim. reimplement function to change stateJohann Klähn2010-09-081-1/+14
* | vim. allow use of 0 as timestampJohann Klähn2010-09-081-1/+1
* | vim. add function to modify actual/effective dateJohann Klähn2010-09-081-0/+35
* | vim. introduce basic transaction 'class'/conceptJohann Klähn2010-09-081-27/+54
* | vim. add function to change item state ~ reconcileJohann Klähn2010-09-071-0/+35
* | vim. use ledger print as 'formatprg'Johann Klähn2010-09-072-7/+18
* | vim. display warning messages in quickfix windowJohann Klähn2010-08-141-2/+3
* | vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
|/
* vim. ledger command can be changedJohann Klähn2010-02-221-2/+11
* vim. Add quickfix supportJohann Klähn2010-02-212-1/+23
* vim. polish syntax highlightingJohann Klähn2010-02-211-7/+18
* Merge commit 'kljohann/master' into nextJohn Wiegley2009-06-292-15/+242
|\
| * vim. remove old completion by keywordJohann Klähn2009-06-291-5/+1
| * vim. Update READMEJohann Klähn2009-06-291-9/+52
| * Fix account completion for virtual transactionsJohann Klähn2009-06-291-1/+6
| * vim. list 'deeper' entries first (completion)Johann Klähn2009-06-291-0/+39
| * vim. some refactoringJohann Klähn2009-06-291-11/+20
| * vim. basic support for tag completionJohann Klähn2009-06-291-11/+44
| * vim. add function to collect all tags in a fileJohann Klähn2009-06-291-0/+29
| * vim. fix for accounts with spacesJohann Klähn2009-06-291-6/+6
| * vim: add current text to completionJohann Klähn2009-06-291-2/+3
| * vim: First try on omni completion for account namesJohann Klähn2009-06-291-1/+73
* | Merge commit 'kljohann/master' into nextJohn Wiegley2009-06-283-6/+80
|\|
| * Fix small 'bug' on accounts with spacesJohann Klähn2009-06-231-1/+1
| * vim: add READMEJohann Klähn2009-06-172-1/+58
| * vim: fill text for "table" can be modifiedJohann Klähn2009-06-171-3/+16
| * vim: complete account names with compl-keywordJohann Klähn2009-06-171-1/+5
* | Restored --download, although not done yetJohn Wiegley2009-06-241-1/+4
|/
* vim: highlight account namesJohann Klähn2009-06-172-5/+11
* ledger.vim: split into multiple filesJohann Klähn2009-06-152-59/+79
* ledger.vim: use full width, not only 80 charsJohann Klähn2009-06-121-35/+85