view runtime/ftplugin/objc.vim @ 12828:a9f1e7cf5b0f

Added tag v8.0.1290 for changeset ff494a964ab7fd93943d5243dabb42a4be70655f
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2017 23:45:05 +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