mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
2f689d5abd
Skip colors/ and syntax/help_ru.vim: missing previous changes.
Co-authored-by: Christian Brabandt <cb@256bit.org>
18 lines
482 B
VimL
18 lines
482 B
VimL
" Vim filetype plugin file
|
|
" Language: Ch
|
|
" Maintainer: SoftIntegration, Inc. <info@softintegration.com> (invalid)
|
|
" 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
|