view runtime/indent/scheme.vim @ 13338:0afa358885dc

Added tag v8.0.1543 for changeset 1b7522243ddec8d11c032bab60ab9a06d4dbd9e2
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 13:15:08 +0100
parents 167a030448fa
children 738ff39db93f
line wrap: on
line source

" Vim indent file
" 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

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Use the Lisp indenting
runtime! indent/lisp.vim