annotate runtime/indent/scheme.vim @ 4666:54f7d6f12191
Added tag v7-3-1080 for changeset 7a35419393c3
author |
Bram Moolenaar <bram@vim.org> |
date |
Fri, 31 May 2013 19:01:17 +0200 |
parents |
25dd5036f2b0 |
children |
167a030448fa |
rev |
line source |
321
|
1 " Vim indent file
|
|
2 " Language: Scheme
|
|
3 " Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
357
|
4 " Last Change: 2005 Jun 24
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
321
|
10
|
|
11 runtime! indent/lisp.vim
|