Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | vim. add function to collect all tags in a file | Johann Klähn | 2009-06-29 | 1 | -0/+29 |
| | |||||
* | vim. fix for accounts with spaces | Johann Klähn | 2009-06-29 | 1 | -6/+6 |
| | |||||
* | vim: add current text to completion | Johann Klähn | 2009-06-29 | 1 | -2/+3 |
| | |||||
* | vim: First try on omni completion for account names | Johann Klähn | 2009-06-29 | 1 | -1/+73 |
| | | | | | | | | | | | | That is a completion which is aware of what it should complete. Currently only account names are supported. When you insert an account name like this: Asse<C-X><C-O> You will get a list of top-level accounts that start like this. Go ahead and try something like: As:Ban:Che<C-X><C-O> When you have an account like this, 'Assets:Bank:Checking' should show up. | ||||
* | 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 |