Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
* | | Merge commit 'kljohann/master' into next | John Wiegley | 2009-06-28 | 3 | -6/+80 | |
|\| | ||||||
| * | 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 | |||||
* | | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 1 | -1/+4 | |
|/ | | | | | | The problem at this point is that it's recording prices in the price database multiple times; it should only need to download a price for each commodity once per day. | |||||
* | 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 | -59/+79 | |
| | | | | for better extendability | |||||
* | ledger.vim: use full width, not only 80 chars | Johann Klähn | 2009-06-12 | 1 | -35/+85 | |
| | | | | | | | | | Also add option g:ledger_maxwidth to provide old behaviour by putting a line like this in .vimrc: let g:ledger_maxwidth = 80 I think that it would make sense to put all the functions and everything that has to do with foldtext in ftplugin/ledger.vim | |||||
* | Johann Klähn: Updated ledger.vim to 0.0.5 | John Wiegley | 2009-03-26 | 1 | -3/+6 | |
| | ||||||
* | Johann Klähn: Added metadata support for ledger.vim | John Wiegley | 2009-03-24 | 1 | -17/+33 | |
| | ||||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 4 | -60/+60 | |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | |||||
* | Added new contrib/getquote-uk.py script | Mark Carter | 2009-02-23 | 1 | -0/+23 | |
| | ||||||
* | Moved scripts from contrib/scripts/ into contrib/ | John Wiegley | 2009-02-23 | 11 | -0/+0 | |
| | ||||||
* | Added a repl.sh sample script to the contrib/ directory. | John Wiegley | 2009-02-04 | 1 | -0/+13 | |
| | ||||||
* | Updated ledger.vim to the latest version. | John Wiegley | 2009-01-28 | 1 | -16/+25 | |
| | ||||||
* | Added code for the csv2ledger parser that I use personally. | John Wiegley | 2008-08-08 | 3 | -0/+353 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 12 | -0/+239 | |
is in doc/, etc. |