summaryrefslogtreecommitdiff
path: root/contrib/vim
Commit message (Collapse)AuthorAgeFilesLines
* vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
|
* vim. ledger command can be changedJohann Klähn2010-02-221-2/+11
|
* vim. Add quickfix supportJohann Klähn2010-02-212-1/+23
|
* vim. polish syntax highlightingJohann Klähn2010-02-211-7/+18
|
* vim. remove old completion by keywordJohann Klähn2009-06-291-5/+1
|
* vim. Update READMEJohann Klähn2009-06-291-9/+52
|
* Fix account completion for virtual transactionsJohann Klähn2009-06-291-1/+6
|
* vim. list 'deeper' entries first (completion)Johann Klähn2009-06-291-0/+39
|
* vim. some refactoringJohann Klähn2009-06-291-11/+20
|
* vim. basic support for tag completionJohann Klähn2009-06-291-11/+44
|
* vim. add function to collect all tags in a fileJohann Klähn2009-06-291-0/+29
|
* vim. fix for accounts with spacesJohann Klähn2009-06-291-6/+6
|
* vim: add current text to completionJohann Klähn2009-06-291-2/+3
|
* vim: First try on omni completion for account namesJohann Klähn2009-06-291-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 spacesJohann Klähn2009-06-231-1/+1
|
* vim: add READMEJohann Klähn2009-06-172-1/+58
|
* vim: fill text for "table" can be modifiedJohann Klähn2009-06-171-3/+16
|
* vim: complete account names with compl-keywordJohann Klähn2009-06-171-1/+5
| | | | | Basic support for keyword completion (<C-X> <C-N>) Will only work on account names with no spaces
* vim: highlight account namesJohann Klähn2009-06-172-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 filesJohann Klähn2009-06-152-0/+144
for better extendability