mirror of
https://github.com/vim/vim
synced 2025-09-16 00:49:42 +00:00
updated for version 7.0001
This commit is contained in:
12
runtime/ftplugin/objc.vim
Normal file
12
runtime/ftplugin/objc.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" 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
|
Reference in New Issue
Block a user