view runtime/ftplugin/objc.vim @ 33524:4ff355d60b80

Added tag v9.0.2010 for changeset 1947bb095199878422acc53f086dc65b6ffd5012
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Oct 2023 21:15:10 +0200
parents 4027cefc2aab
children
line wrap: on
line source

" Vim filetype plugin file
" Language:	Objective C
" Maintainer:	The Vim Project <https://github.com/vim/vim>
" Last Change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@vim.org>

" 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