Mercurial > vim
view runtime/indent/ch.vim @ 26869:659e30d7eeb7 v8.2.3963
patch 8.2.3963: build failure with tiny and small features
Commit: https://github.com/vim/vim/commit/096ca73dacd748a65d080197b842eef6f4423096
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 1 00:55:28 2022 +0000
patch 8.2.3963: build failure with tiny and small features
Problem: Build failure with tiny and small features. (Tony Mechelynck)
Solution: Adjust #ifdefs.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 01 Jan 2022 02:00:03 +0100 |
parents | 8cd729851562 |
children | 5c220cf30f1f |
line wrap: on
line source
" Vim indent file " Language: Ch " Maintainer: SoftIntegration, Inc. <info@softintegration.com> " URL: http://www.softintegration.com/download/vim/indent/ch.vim " Last change: 2006 Apr 30 " Created based on cpp.vim " " Ch is a C/C++ interpreter with many high level extensions " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " Ch indenting is built-in, thus this is very simple setlocal cindent