2005-06-08 22:07:37 +00:00
|
|
|
" Vim indent file
|
2024-06-21 07:37:49 +02:00
|
|
|
" Language: Scheme
|
|
|
|
" Last Change: 2024 Jun 21
|
|
|
|
" Maintainer: Evan Hanson <evhan@foldling.org>
|
2018-02-09 22:00:53 +01:00
|
|
|
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
2024-06-21 07:37:49 +02:00
|
|
|
" Repository: https://git.foldling.org/vim-scheme.git
|
|
|
|
" 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
|