view runtime/ftplugin/ch.vim @ 13265:8aa94e1c561a

Added tag v8.0.1506 for changeset 9f3fd793795703332d2952f09aa9303b827527ab
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Feb 2018 21:00:10 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim filetype plugin file
" Language:     Ch
" Maintainer:   SoftIntegration, Inc. <info@softintegration.com>
" URL:		http://www.softintegration.com/download/vim/ftplugin/ch.vim
" Last change:	2004 May 16
"		Created based on cpp.vim
"
" Ch is a C/C++ interpreter with many high level extensions
"

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif

" Behaves just like C
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim