view runtime/indent/scheme.vim @ 20531:6eb8347bcf1a

Added tag v8.2.0819 for changeset e6908750a122191335b8662007cd7302008289ea
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 23:15:06 +0200
parents 167a030448fa
children
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