diff options
author | John Wiegley <johnw@newartisans.com> | 2010-03-04 13:41:35 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-03-04 13:41:35 -0500 |
commit | 9143fbcdf13eb1d3601b37e8d8a3cdccacb90df1 (patch) | |
tree | 82c264de1672c7a3fa27d6934f869096817e78ee /contrib/vim/README | |
parent | e5f4d54f14d8198a6eacddf38cc6ebdf5985bb06 (diff) | |
parent | 020c3fb2b64b8b59e509925e184d874b76b874de (diff) | |
download | fork-ledger-9143fbcdf13eb1d3601b37e8d8a3cdccacb90df1.tar.gz fork-ledger-9143fbcdf13eb1d3601b37e8d8a3cdccacb90df1.tar.bz2 fork-ledger-9143fbcdf13eb1d3601b37e8d8a3cdccacb90df1.zip |
Merge remote branch 'kljohann/master' into next
Diffstat (limited to 'contrib/vim/README')
-rw-r--r-- | contrib/vim/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vim/README b/contrib/vim/README index 4da73ea6..368c9c71 100644 --- a/contrib/vim/README +++ b/contrib/vim/README @@ -2,7 +2,7 @@ This is the ledger filetype for vim. Copy each file to the corresponding directory in your ~/.vim directory. Then include the following line in your .vimrc or in ~/.vim/filetype.vim - au BufNewFile,BufRead *.ldg,*.ledger setf ledger + au BufNewFile,BufRead *.ldg,*.ledger setf ledger | comp ledger You can also use a modeline like this in every ledger file vim:filetype=ledger |