summaryrefslogtreecommitdiff
path: root/contrib/ledger.vim
Commit message (Collapse)AuthorAgeFilesLines
* ledger.vim: split into multiple filesJohann Klähn2009-06-151-124/+0
| | | | for better extendability
* ledger.vim: use full width, not only 80 charsJohann Klähn2009-06-121-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.5John Wiegley2009-03-261-3/+6
|
* Johann Klähn: Added metadata support for ledger.vimJohn Wiegley2009-03-241-17/+33
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-4/+4
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Updated ledger.vim to the latest version.John Wiegley2009-01-281-16/+25
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+46
is in doc/, etc.