2014-07-10 21:05:51 -07:00
|
|
|
" Vim indent file
|
2024-06-21 01:35:48 -07:00
|
|
|
" Language: Scheme
|
|
|
|
" Last Change: 2024 Jun 21
|
|
|
|
" Maintainer: Evan Hanson <evhan@foldling.org>
|
2018-10-28 06:05:39 -07:00
|
|
|
" Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
2024-06-21 01:35:48 -07:00
|
|
|
" Repository: https://git.foldling.org/vim-scheme.git
|
|
|
|
" URL: https://foldling.org/vim/indent/scheme.vim
|
2014-07-10 21:05:51 -07:00
|
|
|
|
|
|
|
" Only load this indent file when no other was loaded.
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2018-10-28 06:05:39 -07:00
|
|
|
" Use the Lisp indenting
|
2014-07-10 21:05:51 -07:00
|
|
|
runtime! indent/lisp.vim
|