2005-06-08 22:07:37 +00:00
|
|
|
" Vim indent file
|
2018-02-09 22:00:53 +01:00
|
|
|
" Language: Scheme
|
|
|
|
" Last Change: 2018 Jan 31
|
|
|
|
" Maintainer: Evan Hanson <evhan@foldling.org>
|
|
|
|
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
|
|
|
" URL: https://foldling.org/vim/indent/scheme.vim
|
2005-06-24 23:11:15 +00:00
|
|
|
|
|
|
|
" Only load this indent file when no other was loaded.
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
2005-06-08 22:07:37 +00:00
|
|
|
|
2018-02-09 22:00:53 +01:00
|
|
|
" Use the Lisp indenting
|
2005-06-08 22:07:37 +00:00
|
|
|
runtime! indent/lisp.vim
|