updated for version 7.0001

This commit is contained in:
vimboss
2004-06-13 20:20:40 +00:00
parent 67c7bc9511
commit e5c6ef7d76
1588 changed files with 750846 additions and 0 deletions
+12
View 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