aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/scheme.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-28 14:05:39 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-10-28 14:07:58 +0100
commit733b4ce0339f2fdcdb0db67717fc090dcfecf250 (patch)
treedc9498c3ac8b8d71933f785502c0689be8cd07ec /runtime/indent/scheme.vim
parent1a51524ad540da00736027313cd89747c86c1690 (diff)
downloadrneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.gz
rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.bz2
rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.zip
vim-patch:7254067ee970
Update runtime files. https://github.com/vim/vim/commit/7254067ee970686cc3ff4a1effc3e49e9192a5c1
Diffstat (limited to 'runtime/indent/scheme.vim')
-rw-r--r--runtime/indent/scheme.vim9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/indent/scheme.vim b/runtime/indent/scheme.vim
index a16f4f9ea1..496da3267d 100644
--- a/runtime/indent/scheme.vim
+++ b/runtime/indent/scheme.vim
@@ -1,11 +1,14 @@
" Vim indent file
-" Language: Scheme
-" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
-" Last Change: 2005 Jun 24
+" 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