0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/indent/scheme.vim

12 lines
241 B
VimL
Raw Normal View History

2005-06-08 22:07:37 +00:00
" Vim indent file
" Language: Scheme
" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
2005-06-24 23:11:15 +00:00
" Last Change: 2005 Jun 24
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
2005-06-08 22:07:37 +00:00
runtime! indent/lisp.vim