Mercurial > vim
view runtime/indent/scheme.vim @ 7414:d467ca80d3c1 v7.4.1011
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 31 20:54:51 2015 +0100
patch 7.4.1011
Problem: Can't build with Strawberry Perl.
Solution: Include stdbool.h. (Ken Takata, closes https://github.com/vim/vim/issues/328)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 31 Dec 2015 21:00:04 +0100 |
parents | 25dd5036f2b0 |
children | 167a030448fa |
line wrap: on
line source
" Vim indent file " Language: Scheme " Maintainer: Sergey Khorev <sergey.khorev@gmail.com> " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif runtime! indent/lisp.vim