summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/nc.vim
blob: 9bfeb9984c338bcd4f94abcd3cb3dd1a76cd42d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim filetype plugin file
" Language:	NesC
" Maintainer:	Lau Ming Leong <http://aming.no-ip.com>
" Last Change:	2007 Apr 02

" 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