summaryrefslogtreecommitdiff
path: root/contrib/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* 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