diff options
author | John Wiegley <johnw@newartisans.com> | 2011-06-30 11:55:03 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-06-30 11:55:03 -0500 |
commit | 80f81bdd967838e9146f8a28b9017d531c976d58 (patch) | |
tree | 5ba8c948e80f56bdd96b0abf7a6537cb2df4744f /contrib/vim/syntax | |
parent | 96dc3dcf9e757ebe4361a5f675b3de8dcf3ec416 (diff) | |
parent | 91d8061af470998ac7100b242f7eafb71a7b39d2 (diff) | |
download | fork-ledger-80f81bdd967838e9146f8a28b9017d531c976d58.tar.gz fork-ledger-80f81bdd967838e9146f8a28b9017d531c976d58.tar.bz2 fork-ledger-80f81bdd967838e9146f8a28b9017d531c976d58.zip |
Merge branch 'master' into next
Diffstat (limited to 'contrib/vim/syntax')
-rw-r--r-- | contrib/vim/syntax/ledger.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/vim/syntax/ledger.vim b/contrib/vim/syntax/ledger.vim index c6845488..73aaa0c3 100644 --- a/contrib/vim/syntax/ledger.vim +++ b/contrib/vim/syntax/ledger.vim @@ -1,19 +1,8 @@ " Vim syntax file " filetype: ledger -" Version: 0.1.0 " by Johann Klähn; Use according to the terms of the GPL>=2. " by Stefan Karrmann; Use according to the terms of the GPL>=2. " by Wolfgang Oertl; Use according to the terms of the GPL>=2. -" Revision history -" 2009-06-12 J. Klähn: Use all available columns for foldtext -" 2009-03-25 J. Klähn: Allow Metadata -" in transactions and postings (Ledger 3.0) -" Also fixed alignment for multi-byte-characters -" 2009-01-28 S.Karrmann: minor fixes -" 2009-01-27 third version by S.Karrmann. -" better extraction of the amount of the posting -" decimal separator can be one of '.' and ','. -" 2005-02-05 first version (partly copied from ledger.vim 0.0.1) " vim:ts=2:sw=2:sts=2:foldmethod=marker if version < 600 |