view runtime/ftplugin/objc.vim @ 19298:3b5c07c8e82b

Added tag v8.2.0207 for changeset 84703c85a583f9ba291e299425a508ffdf6deafd
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Feb 2020 22:00:06 +0100
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim filetype plugin file
" Language:	Objective C
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2003 Jan 15

" 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