Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | vim. add syntax highlighting for tag/pop | Johann Klähn | 2010-06-11 | 1 | -2/+12 | |
| | | ||||||
* | | vim. highlight typed tags | Johann Klähn | 2010-10-07 | 1 | -2/+4 | |
| | | | | | | | | | | See mailing list on June 12 2010 / "New: Support for typed metadata" Message-Id: <D22C04C4-64F7-49B9-8006-2F7F97A4298A@gmail.com> | |||||
* | | vim. parse comments at eol in parse_body() | Johann Klähn | 2010-09-15 | 1 | -13/+18 | |
| | | ||||||
* | | vim. highlight metadata on same line as posting | Johann Klähn | 2010-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | vim. fix off-by-one bug in ToggleTransactionState | Johann Klähn | 2010-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | vim. fix issue with description in from_lnum() | Johann Klähn | 2010-09-15 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Chad Voegele, see mailing list ledger-cli@googlegroups.com: Whenever I had a transaction such as 2010/09/10 * castle bar, nyc (beer) the transaction.from_lnum function would recognize (beer) as the code for the transaction which is incorrect since it comes at the end of the line. Message ID: 73e397f4-234e-46fe-87e5-45f86f934bf1@k30g2000vbn.googlegroups.com | |||||
* | | vim. fix highlighting of comments at end of line | Johann Klähn | 2010-09-13 | 1 | -1/+2 | |
| | | ||||||
* | | vim. change syntax file to allow comments at eol | Johann Klähn | 2010-09-13 | 1 | -31/+24 | |
| | | ||||||
* | | vim. remove tag completion for now | Johann Klähn | 2010-09-12 | 1 | -64/+5 | |
| | | ||||||
* | | vim. avoid misinterpretion of 1 char words | Johann Klähn | 2010-09-12 | 1 | -1/+1 | |
| | | ||||||
* | | vim. check for most common case first (parse_body) | Johann Klähn | 2010-09-08 | 1 | -7/+7 | |
| | | ||||||
* | | vim. add LedgerToggleTransactionState() | Johann Klähn | 2010-09-08 | 1 | -6/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | By using call LedgerToggleTransactionState(line('.'), ' *?') the state of the transaction will toggle through: no state -> * -> ? -> no state -> … beginning at what ever state it currently has. Adjust to your liking. Thanks to Chad Voegele for the suggestion. | |||||
* | | vim. make sure cursor/line is on a transaction | Johann Klähn | 2010-09-08 | 1 | -0/+5 | |
| | | | | | | | | | | Thanks to Chad Voegele for reporting and fixing this in the first place. | |||||
* | | vim. update s:get_columns() | Johann Klähn | 2010-09-08 | 1 | -8/+16 | |
| | | ||||||
* | | vim. get transactions in a range of lines | Johann Klähn | 2010-09-08 | 1 | -0/+35 | |
| | | ||||||
* | | vim. fix return type of s:transaction.from_lnum() | Johann Klähn | 2010-09-08 | 1 | -2/+2 | |
| | | ||||||
* | | vim. add function to parse postings | Johann Klähn | 2010-09-08 | 1 | -0/+75 | |
| | | ||||||
* | | vim. add case of automatic transactions | Johann Klähn | 2010-09-08 | 1 | -2/+17 | |
| | | ||||||
* | | vim. reimplement function to change state | Johann Klähn | 2010-09-08 | 1 | -1/+14 | |
| | | | | | | | | | | Note: You now have to provide the line number: call LedgerSetTransactionState(line('.', '*') | |||||
* | | vim. allow use of 0 as timestamp | Johann Klähn | 2010-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | To remove the effective date you would now call the function like this: call LedgerSetDate(line('.'), 'effective', -1) | |||||
* | | vim. add function to modify actual/effective date | Johann Klähn | 2010-09-08 | 1 | -0/+35 | |
| | | | | | | | | | | | | | | This allows you to set the effective date in a convenient way. Maybe I will add date selection using calendar.vim by Yasuhiro Matsumoto. Until then, you can map this to use today's date: call LedgerSetDate(line('.'), 'effective') | |||||
* | | vim. introduce basic transaction 'class'/concept | Johann Klähn | 2010-09-08 | 1 | -27/+54 | |
| | | ||||||
* | | vim. add function to change item state ~ reconcile | Johann Klähn | 2010-09-07 | 1 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | To try this, map or call the following function: LedgerSetTransactionState('') – removes state LedgerSetTransactionState('*') – sets 'checked' state … The logic used to distinguish the different parts of the first line of a transaction is rather basic but proved to work so far. | |||||
* | | vim. use ledger print as 'formatprg' | Johann Klähn | 2010-09-07 | 2 | -7/+18 | |
| | | | | | | | | | | You can now try to select some lines using V (visual mode) and have them automatically formatted using gq | |||||
* | | vim. display warning messages in quickfix window | Johann Klähn | 2010-08-14 | 1 | -2/+3 | |
| | | | | | | | | | | To use this option you must set g:ledger_bin = "ledger --strict" before the compiler plugin is loaded (your .vimrc for example). | |||||
* | | 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 | |
| | ||||||
* | Merge commit 'kljohann/master' into next | John Wiegley | 2009-06-29 | 2 | -15/+242 | |
|\ | ||||||
| * | 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. | |||||
* | | 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 | |
| |