vim-patch:7254067ee970

Update runtime files.
7254067ee9
This commit is contained in:
Justin M. Keyes
2018-10-28 14:05:39 +01:00
parent 1a51524ad5
commit 733b4ce033
19 changed files with 675 additions and 408 deletions

View File

@@ -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