Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Do not allow account names to end in colons (AlignCommodity) | Nathan Grigg | 2015-06-22 | -1/+1 |
| | ||||
* | add vim-ledger style completion as an option | Johann Klähn | 2015-05-27 | -3/+23 |
| | ||||
* | Follow include statements when completing accounts | Nathan Grigg | 2015-05-15 | -11/+55 |
| | | | | | | | | | | Uses Python script to seek through multiple files for accounts, following 'include' statements. The list of accounts is cached to 'b:beancount_accounts'. You can specify the root file using 'b:beancount_root', and if this is not set, we assume the current file is the root. Included files that are not found are silently skipped. Closes #5. | |||
* | Fix regex for omnicompletion | Nathan Grigg | 2014-12-30 | -1/+1 |
| | ||||
* | Add omnicomplete function for account names | Nathan Grigg | 2014-11-21 | -0/+28 |
| | ||||
* | AlignCommodity and Incoming | Nathan Grigg | 2014-10-07 | -0/+38 |