Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix small 'bug' on accounts with spaces | Johann Klähn | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | vim: add README | Johann Klähn | 2009-06-17 | 2 | -1/+58 |
| | |||||
* | vim: fill text for "table" can be modified | Johann Klähn | 2009-06-17 | 1 | -3/+16 |
| | |||||
* | vim: complete account names with compl-keyword | Johann Klähn | 2009-06-17 | 1 | -1/+5 |
| | | | | | Basic support for keyword completion (<C-X> <C-N>) Will only work on account names with no spaces | ||||
* | vim: highlight account names | Johann Klähn | 2009-06-17 | 2 | -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 files | Johann Klähn | 2009-06-15 | 2 | -0/+144 |
for better extendability |